OPC Studio User's Guide and Reference
PathElements Property



View with Navigation Tools
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
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