FileSystemWatcherQueuedNotifyFilter Property |
IT Hit User File System
Gets or sets the type of changes to watch for.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.27334.0-Beta
Syntaxpublic NotifyFilters NotifyFilter { get; set; }
Public Property NotifyFilter As NotifyFilters
Get
Set
public:
property NotifyFilters NotifyFilter {
NotifyFilters get ();
void set (NotifyFilters value);
}
member NotifyFilter : NotifyFilters with get, set
Property Value
Type:
NotifyFilters
See Also