[Visual Basic] Overridable Public Property MaxElementSearchDepth As Integer _ Implements CoreConfiguration.MaxElementSearchDepth [C#] public virtual int MaxElementSearchDepth { get; set; } [C++] public: virtual __property int get_MaxElementSearchDepth(); public: virtual __property void set_MaxElementSearchDepth(int ); [JScript] public virtual function get MaxElementSearchDepth() : int public virtual function set MaxElementSearchDepth(int);
CoreConfiguration.MaxElementSearchDepth
CoreAppXmlConfiguration Class | White.Core.Configuration Namespace