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

value
The qualified name to copy

Glossary Item Box

Creates a deep copy of the value.

Syntax

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

Parameters

value
The qualified name to copy

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThrown if the provided value is null

Remarks

Creates a deep copy of the value.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.