For time-based alerts, cron expression describing the time at which to trigger the alert. If this is set to a non-null value, the rule's AlertType will be changed to CronAlert automatically.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
string CronString { get; set; }
Property CronString As String
	Get
	Set
property String^ CronString {
	String^ get ();
	void set (String^ value);
}

See Also