QuickOPC 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
 
<ElementsNotNullAttribute()>
<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
[ElementsNotNull()]
[NotNull()]
public IReadOnlyList<string> PathElements {get; set;}
[ElementsNotNull()]
[NotNull()]
public:
property IReadOnlyList<String^>^ PathElements {
   IReadOnlyList<String^>^ get();
   void set (    IReadOnlyList<String^>^ 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