QuickOPC User's Guide and Reference
DAPropertyDescriptor Property (OpcBrowseNodeDescriptor)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseNodeDescriptor Class : DAPropertyDescriptor Property
Contains information necessary to identify an OPC property.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property DAPropertyDescriptor As DAPropertyDescriptor
'Usage
 
Dim instance As OpcBrowseNodeDescriptor
Dim value As DAPropertyDescriptor
 
instance.DAPropertyDescriptor = value
 
value = instance.DAPropertyDescriptor
[DataMember()]
public DAPropertyDescriptor DAPropertyDescriptor {get; set;}
[DataMember()]
public:
property DAPropertyDescriptor^ DAPropertyDescriptor {
   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