StagePackageOptions.StageInPlace 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 or sets a value that indicates whether to stage the package in place.
public:
property bool StageInPlace { bool get(); void set(bool value); };
bool StageInPlace();
void StageInPlace(bool value);
public bool StageInPlace { get; set; }
var boolean = stagePackageOptions.stageInPlace;
stagePackageOptions.stageInPlace = boolean;
Public Property StageInPlace As Boolean
Property Value
Boolean
bool
TRUE indicates that the package will be staged in place; otherwise, FALSE.
Remarks
This property is useful for notifying the system to prepare for app registration in virtual desktop scenarios.