 | MaintenanceSettingsPeriod Property |
Gets or sets the amount of time the task needs to be started during Automatic maintenance. The minimum value is one minute.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic TimeSpan Period { get; set; }
Public Property Period As TimeSpan
Get
Set
public:
property TimeSpan Period {
TimeSpan get ();
void set (TimeSpan value);
}
Request Example
View SourceProperty Value
Type:
TimeSpan
Exceptions
See Also