QuickOPC User's Guide and Reference
PathString Property (_BrowsePath)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.ComTypes Namespace > _BrowsePath Interface : PathString Property
The browse path in an escaped string form; always absolute.
Syntax
'Declaration
 
<NotNullAttribute()>
Property PathString As String
 
'Usage
 
Dim instance As _BrowsePath
Dim value As String
 
instance.PathString = value
 
value = instance.PathString
Remarks

PathString gets serialized to/from XML.

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