|
SafeFileWatcherEnableRaisingEvents Property
|
Gets or sets a value indicating whether the component is enabled.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
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
function get_EnableRaisingEvents();
function set_EnableRaisingEvents(value);
View SourceReturn Value
Boolean
true if the component is enabled; otherwise, false. The default is false. If you are using the component on a designer in Visual Studio 2005, the default is true.
Exceptions See Also