OPC Studio User's Guide and Reference
DefaultMaximumParentDepth Field



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.Parsing Namespace > BrowsePathParser Class : DefaultMaximumParentDepth Field
Default value of the MaximumParentDepth property. Equals to System.Int32.MaxValue.

The value of this constant is 2147483647 (Int32.MaxValue).

Syntax
'Declaration
 
Public Const DefaultMaximumParentDepth As Integer
'Usage
 
Dim value As Integer
 
value = BrowsePathParser.DefaultMaximumParentDepth
public const int DefaultMaximumParentDepth
public:
const int DefaultMaximumParentDepth
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