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

Usage

Visual Basic
Dim instance As AdvertisementFlags

Syntax

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

Members

Member name Description
APEnableTSFromCDAndPxe See the ENABLE_TS_FROM_CD_AND_PXE value for AdvertFlags in SMS_Advertisement Server WMI Class.
Immediate See the IMMEDIATE value for AdvertFlags in SMS_Advertisement Server WMI Class.
NoDisplay See the NO_DISPLAY value for AdvertFlags in SMS_Advertisement Server WMI Class.
OnSlowNet See the ONSLOWNET value for AdvertFlags in SMS_Advertisement Server WMI Class.
OnSystemStartup See the ONSYSTEMSTARTUP value for AdvertFlags in SMS_Advertisement Server WMI Class.
OnUserLogOff See the ONUSERLOGOFF value for AdvertFlags in SMS_Advertisement Server WMI Class.
OnUserLogOn See the ONUSERLOGON value for AdvertFlags in SMS_Advertisement Server WMI Class.
OverrideServiceWindows See the OVERRIDE_SERVICE_WINDOWS value for AdvertFlags in SMS_Advertisement Server WMI Class.
RebootOutsideOfServiceWindows See the REBOOT_OUTSIDE_OF_SERVICE_WINDOWS value for AdvertFlags in SMS_Advertisement Server WMI Class.
ShowTaskSequenceProgress See the SHOW_PROGRESS value for AdvertFlags in SMS_Advertisement Server WMI Class.
WakeOnLan See the WAKE_ON_LAN_ENABLED value for AdvertFlags in SMS_Advertisement Server WMI Class.
WindowsCE See the WINDOWS_CE value for AdvertFlags in SMS_Advertisement Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also