QuickOPC User's Guide and Reference
BasePath Property (BrowsePathParser)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.Parsing Namespace > BrowsePathParser Class : BasePath Property
The base path for relative input paths. null if none given.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property BasePath As BrowsePath
 
'Usage
 
Dim instance As BrowsePathParser
Dim value As BrowsePath
 
instance.BasePath = value
 
value = instance.BasePath
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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