ApplicationPoolPeriodicRestart.Schedule 属性

定义

获取应用程序池的定期重启计划。

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

属性值

一个 ScheduleCollection 对象,该对象指定计划应用程序池的定期重启。

注解

可以在此集合中 Schedule 添加或删除项,以按不同的计划指定零次或更多次重启。

适用于