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

value
The numeric id of the node we are wrapping
namespaceUri
The namespace that this node belongs to

Glossary Item Box

Initializes a guid node identifier with a namespace URI.

Syntax

Visual Basic (Usage)Copy Code
Dim value As UInteger
Dim namespaceUri As String
 
Dim instance As New ExpandedNodeId(value, namespaceUri)
C# 
public ExpandedNodeId( 
   uint value,
   string namespaceUri
)

Parameters

value
The numeric id of the node we are wrapping
namespaceUri
The namespace that this node belongs to

Remarks

Creates a new instance of the class while accepting both the numeric id of the node, along with the actual namespace that this node belongs to.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.