Defines hour usage values for a site control day schedule. The values correspond to the values for the HourUsage property in the Configuration Manager 2007 site configuration SMS_SiteControlDaySchedule Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As SiteControlDayScheduleHourUsage

Syntax

Visual Basic
Public Enumeration SiteControlDayScheduleHourUsage
C#
public enum SiteControlDayScheduleHourUsage
C++
public enum class SiteControlDayScheduleHourUsage
J#
public enum SiteControlDayScheduleHourUsage
JScript
public enum SiteControlDayScheduleHourUsage

Members

Member name Description
AllButLow See the ALL_BUT_LOW value for HourUsage in SMS_SiteControlDaySchedule Server WMI Class.
AllPriority See the ALL_PRIORITY value for HourUsage in SMS_SiteControlDaySchedule Server WMI Class.
Closed See the CLOSED value for HourUsage in SMS_SiteControlDaySchedule Server WMI Class.
HighOnly See the HIGH_ONLY value for HourUsage in SMS_SiteControlDaySchedule Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also