Gets or sets an indication whether to search subdirectories of the given path.
[Visual Basic]<PropertyOrder(Order:=100), _ RefreshProperties(RefreshProperties:=RefreshProperties.All), _ Description(Description:="If true, the assembly loader will search subdirectories; otherwise, it will only search given path."), _ DefaultValue(Value:=False)>Public Property IncludeSubDirectories As Boolean [C#][PropertyOrder(Order=100)][RefreshProperties(RefreshProperties=RefreshProperties.All)][Description(Description="If true, the assembly loader will search subdirectories; otherwise, it will only search given path.")][DefaultValue(Value=False)]public bool IncludeSubDirectories { get; set; } [C++][PropertyOrder(Order=100)][RefreshProperties(RefreshProperties=RefreshProperties.All)][Description(Description="If true, the assembly loader will search subdirectories; otherwise, it will only search given path.")][DefaultValue(Value=False)]public: __property bool get_IncludeSubDirectories(); public: __property void set_IncludeSubDirectories(bool ); [JScript] publicPropertyOrder(Order=100)RefreshProperties(RefreshProperties=RefreshProperties.All)Description(Description="If true, the assembly loader will search subdirectories; otherwise, it will only search given path.")DefaultValue(Value=False)function get IncludeSubDirectories() : bool publicPropertyOrder(Order=100)RefreshProperties(RefreshProperties=RefreshProperties.All)Description(Description="If true, the assembly loader will search subdirectories; otherwise, it will only search given path.")DefaultValue(Value=False)function set IncludeSubDirectories(bool);
if true, the assembly loader will search subdirectories; otherwise, it will only search given path.
ReferencePath Class | NDoc.Core Namespace