DeploymentInitializeOptions.ForceDeployment 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, 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
.