QuickOPC User's Guide and Reference
Empty Field (XmlQualifiedName2)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Xml Namespace > XmlQualifiedName2 Class : Empty Field
Provides an empty XmlQualifiedName2.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shadows Shared ReadOnly Empty As XmlQualifiedName2
'Usage
 
Dim value As XmlQualifiedName2
 
value = XmlQualifiedName2.Empty
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new static readonly XmlQualifiedName2 Empty
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new static readonly XmlQualifiedName2^ Empty
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