Opc.Ua.Core
ExpandedNodeId Constructor(String)



Opc.Ua Namespace > ExpandedNodeId Class > ExpandedNodeId Constructor : ExpandedNodeId Constructor(String)
The textual id of the node being wrapped
Initializes a node id by parsing a node id string.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String _
)
'Usage
 
Dim text As String
 
Dim instance As New ExpandedNodeId(text)
public ExpandedNodeId( 
   string text
)
public:
ExpandedNodeId( 
   String^ text
)

Parameters

text
The textual id of the node being wrapped
Remarks
Creates a new instance of the class while allowing you to specify the id of the node.
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