|   | ScheduleRule Property | 
        
        
            Gets or sets the rule of the 
Schedule defined in UNIX crontab syntax.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
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);
Property Value
String Exceptions
Exceptions| Exception | 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
See Also