Opc.Ua.Core
NodeId Constructor(String)



Opc.Ua Namespace > NodeId Class > NodeId Constructor : NodeId Constructor(String)
The string id of this new node
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 NodeId(text)
public NodeId( 
   string text
)
public:
NodeId( 
   String^ text
)

Parameters

text
The string id of this new node
Remarks
Creates a new node with a String id.
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

NodeId Class
NodeId Members
Overload List