AdvertisementTimeFlags Enumeration
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
'Usage
Dim instance As AdvertisementTimeFlags
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AdvertisementTimeFlags
[FlagsAttribute]
public enum AdvertisementTimeFlags
[FlagsAttribute]
public enum class AdvertisementTimeFlags
/** @attribute FlagsAttribute() */
public enum AdvertisementTimeFlags
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
Reference
Microsoft.ConfigurationManagement.ManagementProvider Namespace
Other Resources
SMS_Advertisement Server WMI Class
Configuration Manager Software Distribution