AdvertisementRemoteClientFlags Enumeration
Defines advertisement remote client flags. The flags correspond to the values for the RemoteClientFlags property in the 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 AdvertisementRemoteClientFlags
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AdvertisementRemoteClientFlags
[FlagsAttribute]
public enum AdvertisementRemoteClientFlags
[FlagsAttribute]
public enum class AdvertisementRemoteClientFlags
/** @attribute FlagsAttribute() */
public enum AdvertisementRemoteClientFlags
FlagsAttribute
public enum AdvertisementRemoteClientFlags
Members
Member name | Description |
---|---|
BalloonRemindersRequired | See the BALLOON_REMINDERS_REQUIRED value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
BatteryPower | See the BATTERY_POWER value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
DoNotFallback | See the DONOT_FALLBACK value for AdvertFlags in SMS_Advertisement Server WMI Class. |
DontRunNoLocalDisppoint | See the DONT_RUN_NO_LOCAL_DISPPOINT value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
DownloadFromCD | See the DOWNLOAD_FROM_CD value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
DownloadFromLocalDisppoint | See the DOWNLOAD_FROM_LOCAL_DISPPOINT value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
DownloadFromRemoteDisppoint | See the DOWNLOAD_FROM_REMOTE_DISPPOINT value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
DownloadOnDemandFromLocalDP | See the DOWNLOAD_ON_DEMAND_FROM_LOCAL_DP value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
DownloadOnDemandFromRemoteDP | See the DOWNLOAD_ON_DEMAND_FROM_REMOTE_DP value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
RerunAlways | See the RERUN_ALWAYS value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
RerunIfFailed | See the RERUN_IF_FAILED value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
RerunIfSucceeded | See the RERUN_IF_SUCCEEDED value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
RerunNever | See the RERUN_NEVER value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
RunFromCD | See the RUN_FROM_CD value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
RunFromLocalDisppoint | See the RUN_FROM_LOCAL_DISPPOINT value for RemoteClientFlags in SMS_Advertisement Server WMI Class. |
RunFromRemoteDisppoint | See the RUN_FROM_REMOTE_DISPPOINT value for RemoteClientFlags 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