QuickOPC User's Guide and Reference
QualifiedName Property (DAPropertyAttribute)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAPropertyAttribute Class : QualifiedName Property
The qualified name of the OPC property.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property QualifiedName As String
'Usage
 
Dim instance As DAPropertyAttribute
Dim value As String
 
instance.QualifiedName = value
 
value = instance.QualifiedName
[NotNull()]
public string QualifiedName {get; set;}
[NotNull()]
public:
property String^ QualifiedName {
   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