Opc.Ua.Core
ExpandedNodeId Constructor(String,String)



Opc.Ua Namespace > ExpandedNodeId Class > ExpandedNodeId Constructor : ExpandedNodeId Constructor(String,String)
The string value/id of the node we are wrapping
The actual namespace URI that this node belongs to
Initializes a string node identifier with a namespace URI.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String, _
   ByVal namespaceUri As String _
)
'Usage
 
Dim value As String
Dim namespaceUri As String
 
Dim instance As New ExpandedNodeId(value, namespaceUri)
public ExpandedNodeId( 
   string value,
   string namespaceUri
)
public:
ExpandedNodeId( 
   String^ value,
   String^ namespaceUri
)

Parameters

value
The string value/id of the node we are wrapping
namespaceUri
The actual namespace URI that this node belongs to
Remarks
Creates a new instance of the class while allowing you to specify both the node and namespace
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