Share via


AddPackageOptions.StageInPlace Property

Definition

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 = addPackageOptions.stageInPlace;
addPackageOptions.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.

Applies to