DeploymentBaseContext.PrefetchPayload Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether a deployment request contains a prefetch payload.
public:
property bool PrefetchPayload { bool get(); };
public bool PrefetchPayload { get; }
member this.PrefetchPayload : bool
Public ReadOnly Property PrefetchPayload As Boolean
Property Value
true
if the request contains a prefetch payload, otherwise false
.