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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.Parsing Namespace > BrowsePathParser Class : MaximumParentDepth Property
How many levels above the base path can be referenced.
Syntax
'Declaration
 
<DefaultValueAttribute(2147483647)>
Public Property MaximumParentDepth As Integer
'Usage
 
Dim instance As BrowsePathParser
Dim value As Integer
 
instance.MaximumParentDepth = value
 
value = instance.MaximumParentDepth
[DefaultValue(2147483647)]
public int MaximumParentDepth {get; set;}
[DefaultValue(2147483647)]
public:
property int MaximumParentDepth {
   int get();
   void set (    int value);
}
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