An NDoc Documented Class Library

CoreConfiguration.MaxElementSearchDepth Property

[Visual Basic]
Property MaxElementSearchDepth As Integer
[C#]
int MaxElementSearchDepth { get; set; }
[C++]
__property int get_MaxElementSearchDepth();
__property void set_MaxElementSearchDepth(int );
[JScript]
function get MaxElementSearchDepth() : int
function set MaxElementSearchDepth(int);

See Also

CoreConfiguration Interface | White.Core.Configuration Namespace