VaultApplicationBaseValidationRecursionLimit Property |
The number of levels the valdiator is allowed to traverse
before throwing an exception.
This value protects against infinite recursion loops, but may need to
be increased for applications with deeply nested configuration settings.
Note: Using some built-in types may significantly increase the configuration
depth, like SearchConditionsJA.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected int ValidationRecursionLimit { get; set; }
Protected Property ValidationRecursionLimit As Integer
Get
Set
protected:
property int ValidationRecursionLimit {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also