FileSystemWatcherQueuedIncludeSubdirectories Property |
IT Hit User File System
Gets or sets a value indicating whether subdirectories within the specified path should be monitored.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public bool IncludeSubdirectories { get; set; }
Public Property IncludeSubdirectories As Boolean
Get
Set
public:
property bool IncludeSubdirectories {
bool get ();
void set (bool value);
}
member IncludeSubdirectories : bool with get, set
Property Value
Type:
BooleanSee Also