OPC Studio User's Guide and Reference
NodeElements Property (UADataDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UADataDialog Class : NodeElements Property
Contains information gathered about OPC-UA nodes selected by the user.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property NodeElements As UANodeElement()
'Usage
 
Dim instance As UADataDialog
Dim value() As UANodeElement
 
instance.NodeElements = value
 
value = instance.NodeElements
[NotNull()]
public UANodeElement[] NodeElements {get;}
[NotNull()]
public:
property array<UANodeElement^>^ NodeElements {
   array<UANodeElement^>^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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