Gets and sets the filter sub-directory inclusion flag.
public bool IncludeSubDirectory {get; set;}
public: __property bool get_IncludeSubDirectory();
public: __property void set_IncludeSubDirectory(
bool value
);
public:
property bool IncludeSubDirectory {
bool get();
void set ( bool value);
}
'Declaration
Public Property IncludeSubDirectory As Boolean
'Usage
Dim instance As Filter
Dim value As Boolean
instance.IncludeSubDirectory = value
value = instance.IncludeSubDirectory
Property Value
A boolean value which is
true to include the sub-directory. Otherwise,
false is used.