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

value
The string id/value of the node we are wrapping
namespaceIndex
The numeric index of the namespace within the table, that this node belongs to

Glossary Item Box

Initializes a string node identifier with a namespace index.

Syntax

Visual Basic (Usage)Copy Code
Dim value As String
Dim namespaceIndex As UShort
 
Dim instance As New ExpandedNodeId(value, namespaceIndex)
C# 
public ExpandedNodeId( 
   string value,
   ushort namespaceIndex
)

Parameters

value
The string id/value of the node we are wrapping
namespaceIndex
The numeric index of the namespace within the table, that this node belongs to

Remarks

Creates a new instance of the class while allowing you to specify both the node and the namespace.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.