Opc.Ua.Core
ExpandedNodeId Constructor(Object,UInt16,String,UInt32)



Opc.Ua Namespace > ExpandedNodeId Class > ExpandedNodeId Constructor : ExpandedNodeId Constructor(Object,UInt16,String,UInt32)
The identifier.
The namespace index.
The namespace URI.
The server index.
Initializes a new instance of the ExpandedNodeId class.
Syntax
'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)

Parameters

identifier
The identifier.
namespaceIndex
The namespace index.
namespaceUri
The namespace URI.
serverIndex
The server index.
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

ExpandedNodeId Class
ExpandedNodeId Members
Overload List