|
Schedule.Rule 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.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
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