Connectivity Software User's Guide and Reference
UANodeIdTemplateAttribute Class
Members 



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

System.Object
   System.Attribute
      OpcLabs.EasyOpc.UA.LiveMapping.UANodeIdTemplateAttribute

Requirements

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

See Also