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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel.ComTypes Namespace > _DAPropertyArguments Interface : PropertyDescriptor Property
Gets or sets the OPC property descriptor that is an argument to the operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Property PropertyDescriptor As DAPropertyDescriptor
'Usage
 
Dim instance As _DAPropertyArguments
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