Contains information gathered about OPC-UA nodes selected by the user.
Syntax
[JetBrains.Annotations.ItemNotNull()]
[JetBrains.Annotations.NotNull()]
public UANodeElement[] NodeElements {get;}
'Declaration
<JetBrains.Annotations.ItemNotNullAttribute()>
<JetBrains.Annotations.NotNullAttribute()>
Public ReadOnly Property NodeElements As UANodeElement()
'Usage
Dim instance As UADataDialog
Dim value() As UANodeElement
instance.NodeElements = value
value = instance.NodeElements
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).
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