QuickOPC User's Guide and Reference
UANodeIdType Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace : UANodeIdType Enumeration
Selects the type of the node Id.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC-UA Node ID Type")>
<GuidAttribute("BC71CD53-B301-410A-921A-A570144AEB89")>
Public Enum UANodeIdType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UANodeIdType
[ComVisible(true)]
[DisplayName2("OPC-UA Node ID Type")]
[Guid("BC71CD53-B301-410A-921A-A570144AEB89")]
public enum UANodeIdType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[DisplayName2("OPC-UA Node ID Type")]
[Guid("BC71CD53-B301-410A-921A-A570144AEB89")]
public enum class UANodeIdType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Guid3Globally Unique Identifier.
None0No type.
Numeric1Numeric value.
Opaque4Namespace specific format.

Remarks:

Opaque identifiers are identifiers that are free-format byte strings that might or might not be human interpretable.

String2String value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.AddressSpace.UANodeIdType

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