PicoOPC User's Guide and Reference
NodeIdType Enumeration



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace : NodeIdType Enumeration
Type of the node ID identifier.
Syntax
'Declaration
 
Public Enum NodeIdType 
   Inherits System.Enum
'Usage
 
Dim instance As NodeIdType
public enum NodeIdType : System.Enum 
public enum class NodeIdType : public System.Enum 
Members
MemberValueDescription
Guid2Globally Unique Identifier.
Numeric0Numeric value.
Opaque3Namespace specific format.
String1String value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.PicoOpc.UA.NodeIdType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OpcLabs.PicoOpc.UA Namespace