Defines advertisement time flags. The flags correspond to the values for the TimeFlags property in Configuration Manager 2007 software distribution SMS_Advertisement Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As AdvertisementTimeFlags

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration AdvertisementTimeFlags
C#
[FlagsAttribute] 
public enum AdvertisementTimeFlags
C++
[FlagsAttribute] 
public enum class AdvertisementTimeFlags
J#
/** @attribute FlagsAttribute() */ 
public enum AdvertisementTimeFlags
JScript
FlagsAttribute 
public enum AdvertisementTimeFlags

Members

Member name Description
EnableAvailable See the ENABLE_AVAILABLE value for TimeFlags in SMS_Advertisement Server WMI Class.
EnableExpiration See the ENABLE_EXPIRATION value for TimeFlags in SMS_Advertisement Server WMI Class.
EnableMandatory See the ENABLE_MANDATORY value for TimeFlags in SMS_Advertisement Server WMI Class.
EnablePresent See the ENABLE_PRESENT value for TimeFlags in SMS_Advertisement Server WMI Class.
EnableUnavailable See the ENABLE_UNAVAILABLE value for TimeFlags in SMS_Advertisement Server WMI Class.
GmtAvailable See the GMT_AVAILABLE value for TimeFlags in SMS_Advertisement Server WMI Class.
GmtExpiration See the GMT_EXPIRATION value for TimeFlags in SMS_Advertisement Server WMI Class.
GmtMandatory See the GMT_MANDATORY value for TimeFlags in SMS_Advertisement Server WMI Class.
GmtPresent See the GMT_PRESENT value for TimeFlags in SMS_Advertisement Server WMI Class.
GmtUnavailable See the GMT_UNAVAILABLE value for TimeFlags in SMS_Advertisement Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also