FileSystemWatcherQueuedEnableRaisingEvents Property |
IT Hit User File System
Gets or sets a value indicating whether the component is enabled.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public bool EnableRaisingEvents { get; set; }
Public Property EnableRaisingEvents As Boolean
Get
Set
public:
property bool EnableRaisingEvents {
bool get ();
void set (bool value);
}
member EnableRaisingEvents : bool with get, set
Property Value
Type:
BooleanSee Also