Whether this rule is currently enabled.

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

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