PeriodicRestartSchedule Property
From MSBuild
The PeriodicRestartSchedule property specifies the time (in 24 hour format) that the application will be rotated. Each time is in local time and is specified in the following format: PeriodicRestartSchedule="hh:mm,hh:mm,hh:mm"
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property PeriodicRestartSchedule As String |
| C# |
|---|
| public string PeriodicRestartSchedule { get; set; } |
| C++ |
|---|
| public property string PeriodicRestartSchedule sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_PeriodicRestartSchedule(); /** property */ public void set_PeriodicRestartSchedule(string value); |
| JScript |
|---|
| public function get PeriodicRestartSchedule() : String public function set PeriodicRestartSchedule(value : String); |
Property Value
Value indicating the restart schedule.
See Also
Documentation version 1.0.0.0.