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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.Parsing.ComTypes Namespace > _BrowsePathParser Interface : BasePath Property
The base path for relative input paths. null if none given.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property BasePath As BrowsePath
'Usage
 
Dim instance As _BrowsePathParser
Dim value As BrowsePath
 
instance.BasePath = value
 
value = instance.BasePath
[CanBeNull()]
BrowsePath BasePath {get; set;}
[CanBeNull()]
property BrowsePath^ BasePath {
   BrowsePath^ get();
   void set (    BrowsePath^ value);
}
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