Contains the qualified name of the OPC node (area or source; empty string for the root, null reference if unknown).
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property QualifiedName As String
'Usage
Dim instance As AENodeAttribute
Dim value As String
instance.QualifiedName = value
value = instance.QualifiedName
[CanBeNull()]
public string QualifiedName {get; set;}
[CanBeNull()]
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 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows
See Also