QuickOPC User's Guide and Reference
PropertyDescriptor Property (DAPropertySource)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAPropertySource Class : PropertyDescriptor Property
The descriptor of the OPC property involved in the operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property PropertyDescriptor As DAPropertyDescriptor
'Usage
 
Dim instance As DAPropertySource
Dim value As DAPropertyDescriptor
 
value = instance.PropertyDescriptor
[NotNull()]
public DAPropertyDescriptor PropertyDescriptor {get;}
[NotNull()]
public:
property DAPropertyDescriptor^ PropertyDescriptor {
   DAPropertyDescriptor^ 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