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

text
The textual id of the node being wrapped

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 ExpandedNodeId(text)
C# 
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.