QuickOPC User's Guide and Reference
Name Property (UAQualifiedName)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UAQualifiedName Class : Name Property
The name part of the qualified name (the part without namespace qualification).
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute("")>
Public Property Name As String
'Usage
 
Dim instance As UAQualifiedName
Dim value As String
 
instance.Name = value
 
value = instance.Name
[DataMember()]
[DefaultValue("")]
public string Name {get; set;}
[DataMember()]
[DefaultValue("")]
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also