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

identifier
The identifier.
namespaceIndex
The namespace index.
namespaceUri
The namespace URI.
serverIndex
The server index.

Glossary Item Box

Initializes a new instance of the ExpandedNodeId class.

Syntax

Visual Basic (Usage)Copy Code
Dim identifier As Object
Dim namespaceIndex As UShort
Dim namespaceUri As String
Dim serverIndex As UInteger
 
Dim instance As New ExpandedNodeId(identifier, namespaceIndex, namespaceUri, serverIndex)

Parameters

identifier
The identifier.
namespaceIndex
The namespace index.
namespaceUri
The namespace URI.
serverIndex
The server index.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.