'Declaration
Public Function New( _ ByVal namespaceIndex As Integer, _ ByVal identifier As Object _ )
'Usage
Dim namespaceIndex As Integer Dim identifier As Object Dim instance As New UANodeId(namespaceIndex, identifier)
public UANodeId( int namespaceIndex, object identifier )
public: UANodeId( int namespaceIndex, Object^ identifier )
Parameters
- namespaceIndex
- Namespace index. Determines the namespace of the node Id.
Valid values of this parameter are in the range from
0
to65535
. - identifier
- Identifier value, either numeric, string, GUID, opaque, or none.
The value of this parameter can be
null
(Nothing
in Visual Basic).