ApplicationPoolPeriodicRestart.Schedule Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the schedule for periodic restarts of application pools.
public:
property Microsoft::Web::Administration::ScheduleCollection ^ Schedule { Microsoft::Web::Administration::ScheduleCollection ^ get(); };
public Microsoft.Web.Administration.ScheduleCollection Schedule { get; }
member this.Schedule : Microsoft.Web.Administration.ScheduleCollection
Public ReadOnly Property Schedule As ScheduleCollection
Property Value
A ScheduleCollection object that specifies the scheduling of periodic restarts of application pools.
Remarks
You can add or remove Schedule items from this collection to specify zero or more restarts on different schedules.