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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcBrowseNodeDescriptor Interface : DAPropertyDescriptor Property
Contains information necessary to identify an OPC property.
Syntax
'Declaration
 
<NotNullAttribute()>
Property DAPropertyDescriptor As DAPropertyDescriptor
'Usage
 
Dim instance As _OpcBrowseNodeDescriptor
Dim value As DAPropertyDescriptor
 
instance.DAPropertyDescriptor = value
 
value = instance.DAPropertyDescriptor
[NotNull()]
DAPropertyDescriptor DAPropertyDescriptor {get; set;}
[NotNull()]
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