Connectivity Software User's Guide and Reference
PathString Property (UANamedNodePath)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UANamedNodePath Class : PathString Property
Gets a string representation of the path, with elements separated by forward slashes.
Syntax
'Declaration
 
<JetBrains.Annotations.NotNullAttribute()>
Public ReadOnly Property PathString As String
'Usage
 
Dim instance As UANamedNodePath
Dim value As String
 
value = instance.PathString
[JetBrains.Annotations.NotNull()]
public string PathString {get;}
[JetBrains.Annotations.NotNull()]
public:
property String^ PathString {
   String^ get();
}

Property Value

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

The default value of this property is "/".

Remarks

The path string always starts with a "/" character, followed by the path elements joined with "/" separators. For an empty path, this property returns "/".

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