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: 2.2.8.5956 (2.2.8.5956)

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