ContentLocationFlags Enumeration
Flags that are set for a content location reply.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum ContentLocationFlags
[SerializableAttribute]
[FlagsAttribute]
public enum class ContentLocationFlags
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration ContentLocationFlags
Members
Member name | Description | |
---|---|---|
ContentFastNetworkDownloadLocal | Fast network, download local. |
|
ContentFastNetworkPartialDownloadLocal | Fast network, download local partial. |
|
ContentSlowNetworkDownloadLocal | Slow network, download local. |
|
ContentSlowNetworkNoDownload | Slow network, do not download. |
|
ContentSlowNetworkPartialDownloadToLocal | Slow network, download local partial. |
|
OfferPropertiesDoNotFallbackToUnprotected | ||
OfferPropertiesEnablePeerCaching | ||
OfferPropertiesHidden | ||
OfferPropertiesNoDisplay | ||
OfferPropertiesReplace | ||
OfferPropertiesSlowNet | ||
OfferPropertiesVirtualOffer | ||
ProgramPropertiesACRunDependentAlways | ||
ProgramPropertiesAdministratorRights | ||
ProgramPropertiesAnyPlatform | ||
ProgramPropertiesAuthorizedDynamicInstall | ||
ProgramPropertiesBadPlatform | ||
ProgramPropertiesDefaultProgram | ||
ProgramPropertiesDisabled | ||
ProgramPropertiesDisableWow64FSRedirection | ||
ProgramPropertiesEveryUser | ||
ProgramPropertiesHideWindow | ||
ProgramPropertiesMaximized | ||
ProgramPropertiesMinimized | ||
ProgramPropertiesMomAlertOnFailure | ||
ProgramPropertiesMomAlerts | ||
ProgramPropertiesNoUser | ||
ProgramPropertiesOkLogOff | ||
ProgramPropertiesOkToQuit | ||
ProgramPropertiesOkToReboot | ||
ProgramPropertiesPersistent | ||
ProgramPropertiesRequiresApmRestart | ||
ProgramPropertiesRunAccount | ||
ProgramPropertiesRunDependentAlways | ||
ProgramPropertiesShowInArp | ||
ProgramPropertiesStillRunning | ||
ProgramPropertiesSupportUninstall | ||
ProgramPropertiesSuppressCountdown | ||
ProgramPropertiesTSUseCustomMessage | ||
ProgramPropertiesUnattended | ||
ProgramPropertiesUncPath | ||
ProgramPropertiesUserContext | ||
ProgramPropertiesWindowsCE |
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top