QuickOPC User's Guide and Reference
NodeDescriptor Property (_DAPropertyDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.DataAccess.Forms.Browsing.ComTypes Namespace > _DAPropertyDialog Interface : NodeDescriptor Property
Gets or sets the OPC node (usually given by its Item ID) that is to be browsed for OPC properties.
Syntax
'Declaration
 
<NotNullAttribute()>
Property NodeDescriptor As DANodeDescriptor
'Usage
 
Dim instance As _DAPropertyDialog
Dim value As DANodeDescriptor
 
instance.NodeDescriptor = value
 
value = instance.NodeDescriptor
[NotNull()]
DANodeDescriptor NodeDescriptor {get; set;}
[NotNull()]
property DANodeDescriptor^ NodeDescriptor {
   DANodeDescriptor^ get();
   void set (    DANodeDescriptor^ 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