OPC Studio User's Guide and Reference
PathElements Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UANamedNodePath Class : PathElements Property
The path elements of the named node path, i.e. the names of nodes from the base node forwards.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property PathElements As IReadOnlyList(Of String)
'Usage
 
Dim instance As UANamedNodePath
Dim value As IReadOnlyList(Of String)
 
instance.PathElements = value
 
value = instance.PathElements
[NotNull()]
public IReadOnlyList<string> PathElements {get; set;}
[NotNull()]
public:
property IReadOnlyList<String^>^ PathElements {
   IReadOnlyList<String^>^ get();
   void set (    IReadOnlyList<String^>^ value);
}

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