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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UADataDialog Interface : NodeElement Property
Gets the information about the OPC-UA node selected in the dialog box.
Syntax
'Declaration
 
<CanBeNullAttribute()>
ReadOnly Property NodeElement As UANodeElement
'Usage
 
Dim instance As _UADataDialog
Dim value As UANodeElement
 
value = instance.NodeElement
[CanBeNull()]
UANodeElement NodeElement {get;}
[CanBeNull()]
property UANodeElement^ NodeElement {
   UANodeElement^ get();
}
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