EasyUA Reference
NodeId Constructor(String)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeId Class > NodeId Constructor : NodeId Constructor(String)

text
The string id of this new node

Glossary Item Box

Initializes a node id by parsing a node id string.

Syntax

Visual Basic (Usage)Copy Code
Dim text As String
 
Dim instance As New NodeId(text)
C# 
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.