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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel Namespace > DAPropertyArguments Class : PropertyDescriptor Property
Gets or sets the OPC property descriptor that is an argument to the operation.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property PropertyDescriptor As DAPropertyDescriptor
'Usage
 
Dim instance As DAPropertyArguments
Dim value As DAPropertyDescriptor
 
instance.PropertyDescriptor = value
 
value = instance.PropertyDescriptor
[DataMember()]
public DAPropertyDescriptor PropertyDescriptor {get; set;}
[DataMember()]
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