QuickOPC User's Guide and Reference
DefaultQualifiedName Property (DAPropertyDescriptor)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAPropertyDescriptor Class : DefaultQualifiedName Property
Default qualified name (used with OPC XML-DA). Empty.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultQualifiedName As XmlQualifiedName2
'Usage
 
Dim value As XmlQualifiedName2
 
value = DAPropertyDescriptor.DefaultQualifiedName
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static XmlQualifiedName2 DefaultQualifiedName {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property XmlQualifiedName2^ DefaultQualifiedName {
   XmlQualifiedName2^ get();
}
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