Opc.Ua.Core
NodeId Constructor(Object,UInt16)



Opc.Ua Namespace > NodeId Class > NodeId Constructor : NodeId Constructor(Object,UInt16)
The identifier
The index of the namespace that qualifies the node
Initializes a node identifier with a namespace index.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Object, _
   ByVal namespaceIndex As UShort _
)
'Usage
 
Dim value As Object
Dim namespaceIndex As UShort
 
Dim instance As New NodeId(value, namespaceIndex)
public NodeId( 
   object value,
   ushort namespaceIndex
)
public:
NodeId( 
   Object^ value,
   ushort namespaceIndex
)

Parameters

value
The identifier
namespaceIndex
The index of the namespace that qualifies the node
Remarks
Throws an exception if the identifier type is not supported.
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

NodeId Class
NodeId Members
Overload List