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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.DataAccess.Forms.Browsing Namespace > DAPropertyDialog Class : PropertyDescriptor Property
The identification assigned by the OPC server to the property.
Syntax
'Declaration
 
Public Property PropertyDescriptor As DAPropertyDescriptor
'Usage
 
Dim instance As DAPropertyDialog
Dim value As DAPropertyDescriptor
 
instance.PropertyDescriptor = value
 
value = instance.PropertyDescriptor
public DAPropertyDescriptor PropertyDescriptor {get; set;}
public:
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