'Declaration
Public Function New( _ ByVal stringIdentifier As String, _ Optional ByVal namespaceIndex As UShort _ )
'Usage
Dim stringIdentifier As String Dim namespaceIndex As UShort Dim instance As New NodeId(stringIdentifier, namespaceIndex)
public NodeId( string stringIdentifier, ushort namespaceIndex )
public: NodeId( String^ stringIdentifier, ushort namespaceIndex )
Parameters
- stringIdentifier
- A string identifier value.
- namespaceIndex
- The index for a namespace URI.