Opc.Ua.Core
ExpandedNodeId Constructor(ExpandedNodeId)



Opc.Ua Namespace > ExpandedNodeId Class > ExpandedNodeId Constructor : ExpandedNodeId Constructor(ExpandedNodeId)
The ExpandedNodeId to copy
Creates a deep copy of the value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As ExpandedNodeId _
)
'Usage
 
Dim value As ExpandedNodeId
 
Dim instance As New ExpandedNodeId(value)
public ExpandedNodeId( 
   ExpandedNodeId value
)
public:
ExpandedNodeId( 
   ExpandedNodeId^ value
)

Parameters

value
The ExpandedNodeId to copy
Exceptions
ExceptionDescription
Thrown when the parameter is null
Remarks
Creates a new instance of the object, while copying the properties of the specified object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExpandedNodeId Class
ExpandedNodeId Members
Overload List