Property MaxNestedTableDepthLimit
MaxNestedTableDepthLimit
Gets or sets an optional hard cap for nested table depth. Null means no caller-configured cap (the engine's built-in compatibility cap still applies).
public int? MaxNestedTableDepthLimit { get; set; }
Property Value
- int?
Exceptions
- ArgumentOutOfRangeException
The value is not positive.