QuickObjects.ObjectBase Send comments on this topic.
MaxRecursionLevels Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : MaxRecursionLevels Property

MaxRecursionLevels

Stores the maximum levels for the business object to traverse while running various commands.

This however will have no effect if the Recursive property is set to None. Also, this property is used from the first business object that is used to run any operation.

Syntax

C# 
public int MaxRecursionLevels {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also