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

value
The Guid value of the node we are wrapping

Glossary Item Box

Initializes a guid node identifier.

Syntax

Visual Basic (Usage)Copy Code
Dim value As Guid
 
Dim instance As New ExpandedNodeId(value)
C# 
public ExpandedNodeId( 
   Guid value
)

Parameters

value
The Guid value of the node we are wrapping

Remarks

Creates a new instance of the class while specifying the System.Guid value of the node we are wrapping.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.