[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);
CoreConfiguration Interface | White.Core.Configuration Namespace