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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Xml Namespace > XmlQualifiedName2 Class : Name Property
Gets a string representation of the qualified name of the XmlQualifiedName2.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Shadows Property Name As String
'Usage
 
Dim instance As XmlQualifiedName2
Dim value As String
 
instance.Name = value
 
value = instance.Name
[DataMember()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue("")]
[NotNull()]
public new string Name {get; set;}
[DataMember()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue("")]
[NotNull()]
public:
new property String^ Name {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representation of the qualified name or String.Empty if a name is not defined for the object.
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