[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Flags that are set for a content location reply

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
[
FlagsAttribute]
public 
enum 
ContentLocationFlags
<
SerializableAttribute> _
<
FlagsAttribute> _
Public 
Enumeration 
ContentLocationFlags
[
SerializableAttribute]
[
FlagsAttribute]
public 
enum class 
ContentLocationFlags

Members

Member Description
ContentFastNetworkDownloadLocal
Fast network download local
ContentFastNetworkPartialDownloadLocal
Fast network download local partial
ContentSlowNetworkDownloadLocal
Slow network download local
ContentSlowNetworkPartialDownloadToLocal
Slow network download local partial
ContentSlowNetworkNoDownload
Slow network do not download
ProgramPropertiesAuthorizedDynamicInstall
ProgramPropertiesTSUseCustomMessage
ProgramPropertiesDisableWow64FSRedirection
ProgramPropertiesDefaultProgram
ProgramPropertiesMomAlerts
ProgramPropertiesMomAlertOnFailure
ProgramPropertiesACRunDependentAlways
ProgramPropertiesWindowsCE
ProgramPropertiesRunDependentAlways
ProgramPropertiesSuppressCountdown
ProgramPropertiesRequiresApmRestart
ProgramPropertiesDisabled
ProgramPropertiesUnattended
ProgramPropertiesUserContext
ProgramPropertiesAdministratorRights
ProgramPropertiesEveryUser
ProgramPropertiesNoUser
ProgramPropertiesOkToQuit
ProgramPropertiesOkToReboot
ProgramPropertiesUncPath
ProgramPropertiesPersistent
ProgramPropertiesMinimized
ProgramPropertiesMaximized
ProgramPropertiesHideWindow
ProgramPropertiesOkLogOff
ProgramPropertiesRunAccount
ProgramPropertiesAnyPlatform
ProgramPropertiesStillRunning
ProgramPropertiesSupportUninstall
ProgramPropertiesBadPlatform
ProgramPropertiesShowInArp
OfferPropertiesHidden
OfferPropertiesNoDisplay
OfferPropertiesSlowNet
OfferPropertiesReplace
OfferPropertiesEnablePeerCaching
OfferPropertiesDoNotFallbackToUnprotected
OfferPropertiesVirtualOffer

See Also