IncludeSubdirectories Property
In This Topic
Determines whether matching files in subdirectories are captured
Syntax
'Declaration
Public Property IncludeSubdirectories As Boolean
public bool IncludeSubdirectories {get; set;}
public:
property bool IncludeSubdirectories {
bool get();
void set ( bool value);
}
See Also