Opc.Ua.Core
QualifiedName Constructor(QualifiedName)



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

Parameters

value
The qualified name to copy
Exceptions
ExceptionDescription
Thrown if the provided value is null
Remarks
Creates a deep copy of the value.
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

QualifiedName Class
QualifiedName Members
Overload List