QuickOPC User's Guide and Reference
AEQualifiedNameTemplateAttribute Class
Members 



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.LiveMapping Namespace : AEQualifiedNameTemplateAttribute Class
Describes how to construct OPC qualified name (of nodes).
Syntax
'Declaration
 
<AttributeUsageAttribute(AttributeTargets.Class Or  _
    AttributeTargets.Struct)>
<ComVisibleAttribute(False)>
Public NotInheritable Class AEQualifiedNameTemplateAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As AEQualifiedNameTemplateAttribute
[AttributeUsage(AttributeTargets.Class | 
    AttributeTargets.Struct)]
[ComVisible(false)]
public sealed class AEQualifiedNameTemplateAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
[AttributeUsage(AttributeTargets.Class | 
    AttributeTargets.Struct)]
[ComVisible(false)]
public ref class AEQualifiedNameTemplateAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute  
Inheritance Hierarchy

System.Object
   System.Attribute
      OpcLabs.EasyOpc.AlarmsAndEvents.LiveMapping.AEQualifiedNameTemplateAttribute

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also