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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.DataAccess.Forms.Browsing.ComTypes Namespace > _DAPropertyDialog Interface : PropertyDescriptor Property
The identification assigned by the OPC server to the property.
Syntax
'Declaration
 
<NotNullAttribute()>
Property PropertyDescriptor As DAPropertyDescriptor
'Usage
 
Dim instance As _DAPropertyDialog
Dim value As DAPropertyDescriptor
 
instance.PropertyDescriptor = value
 
value = instance.PropertyDescriptor
[NotNull()]
DAPropertyDescriptor PropertyDescriptor {get; set;}
[NotNull()]
property DAPropertyDescriptor^ PropertyDescriptor {
   DAPropertyDescriptor^ get();
   void set (    DAPropertyDescriptor^ 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