 | TaskServiceCanRaiseEvents Property |
Gets a value indicating whether the component can raise an event.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxprotected override bool CanRaiseEvents { get; }
Protected Overrides ReadOnly Property CanRaiseEvents As Boolean
Get
protected:
virtual property bool CanRaiseEvents {
bool get () override;
}
Request Example
View SourceProperty Value
Type:
Boolean
See Also