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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAPropertyPoint Class : PropertyDescriptor Property
Gets or sets the OPC property descriptor.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DisplayAttribute(AutoGenerateField=True, 
   Order=1004, 
   ShortName="Property Descriptor")>
<NotNullAttribute()>
Public Property PropertyDescriptor As DAPropertyDescriptor
'Usage
 
Dim instance As DAPropertyPoint
Dim value As DAPropertyDescriptor
 
instance.PropertyDescriptor = value
 
value = instance.PropertyDescriptor
[DataMember()]
[Display(AutoGenerateField=true, 
   Order=1004, 
   ShortName="Property Descriptor")]
[NotNull()]
public DAPropertyDescriptor PropertyDescriptor {get; set;}
[DataMember()]
[Display(AutoGenerateField=true, 
   Order=1004, 
   ShortName="Property Descriptor")]
[NotNull()]
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