|
ScheduleRule Property
|
Gets or sets the rule of the
Schedule defined in UNIX crontab syntax.
Namespace: GSF.SchedulingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic string Rule { get; set; }
Public Property Rule As String
Get
Set
public:
property String^ Rule {
String^ get ();
void set (String^ value);
}
member Rule : string with get, set
function get_Rule();
function set_Rule(value);
View SourceProperty Value
String
ExceptionsException | Condition |
---|
ArgumentNullException | The value being assigned is null or empty string. |
ArgumentException | The number of SchedulePart in the rule is not exactly 5. |
See Also