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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UADataDialog Interface : NodeDescriptor Property
Contains information necessary to identify an OPC-UA node, such as its Node Id.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property NodeDescriptor As UANodeDescriptor
'Usage
 
Dim instance As _UADataDialog
Dim value As UANodeDescriptor
 
instance.NodeDescriptor = value
 
value = instance.NodeDescriptor
[CanBeNull()]
UANodeDescriptor NodeDescriptor {get; set;}
[CanBeNull()]
property UANodeDescriptor^ NodeDescriptor {
   UANodeDescriptor^ get();
   void set (    UANodeDescriptor^ 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