An NDoc Documented Class Library

CoreAppXmlConfiguration.MaxElementSearchDepth Property

[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);

Implements

CoreConfiguration.MaxElementSearchDepth

See Also

CoreAppXmlConfiguration Class | White.Core.Configuration Namespace