SafeFileWatcherNotifyFilter Property
Gets or sets the type of changes to watch for.
Namespace: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
public NotifyFilters NotifyFilter { get; set; }
Public Property NotifyFilter As NotifyFilters
Get
Set
public:
property NotifyFilters NotifyFilter {
NotifyFilters get ();
void set (NotifyFilters value);
}
function get_NotifyFilter();
function set_NotifyFilter(value);
Return Value
NotifyFilters
One of the
NotifyFilters values. The default is the bitwise OR combination of LastWrite, FileName, and DirectoryName.
| ArgumentException | The value is not a valid bitwise OR combination of the NotifyFilters values. |
| InvalidEnumArgumentException | The value that is being set is not valid. |