ApplicationPoolPeriodicRestart.Schedule Property

Definition

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.

Applies to