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: 8.3.27213.0
Syntax public 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:
NotifyFiltersSee Also