Whether this action is currently enabled.

Namespace: StreamBase.LiveView.API.Alerts
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.4.2 (10.6.4.2)

Syntax

         
 C#  Visual Basic  Visual C++ 
bool IsEnabled { get; set; }
Property IsEnabled As Boolean
	Get
	Set
property bool IsEnabled {
	bool get ();
	void set (bool value);
}

See Also