'Declaration
Public Function New( _ ByVal identifier As Object, _ ByVal namespaceIndex As UShort, _ ByVal namespaceUri As String, _ ByVal serverIndex As UInteger _ )
'Usage
Dim identifier As Object Dim namespaceIndex As UShort Dim namespaceUri As String Dim serverIndex As UInteger Dim instance As New ExpandedNodeId(identifier, namespaceIndex, namespaceUri, serverIndex)
public ExpandedNodeId( object identifier, ushort namespaceIndex, string namespaceUri, uint serverIndex )
public: ExpandedNodeId( Object^ identifier, ushort namespaceIndex, String^ namespaceUri, uint serverIndex )
Parameters
- identifier
- The identifier.
- namespaceIndex
- The namespace index.
- namespaceUri
- The namespace URI.
- serverIndex
- The server index.