DeploymentInitializeOptions.ForceDeployment Property

Definition

Gets or sets a value that indicates whether, when registering the Windows App SDK packages, the processes associated with the Windows App SDK Main and Singleton packages will be shut down forcibly if they are currently in use.

public:
 property bool ForceDeployment { bool get(); void set(bool value); };
bool ForceDeployment();

void ForceDeployment(bool value);
public bool ForceDeployment { get; set; }
var boolean = deploymentInitializeOptions.forceDeployment;
deploymentInitializeOptions.forceDeployment = boolean;
Public Property ForceDeployment As Boolean

Property Value

Boolean

bool

true if the processes will be shut down forcibly if they are currently in use; otherwise, false.

Applies to

See also