Opc.Ua.Core
QualifiedName Constructor(String)



Opc.Ua Namespace > QualifiedName Class > QualifiedName Constructor : QualifiedName Constructor(String)
The name-portion to store as part of the fully qualified name
Initializes the object with a name.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String _
)
'Usage
 
Dim name As String
 
Dim instance As New QualifiedName(name)
public QualifiedName( 
   string name
)
public:
QualifiedName( 
   String^ name
)

Parameters

name
The name-portion to store as part of the fully qualified name
Remarks
Initializes the object with a name.
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