AddPackageOptions.ForceAppShutdown 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 the processes associated with the package will be shut down forcibly so that registration can continue if the package, or any package that depends on the package, is currently in use.
public:
property bool ForceAppShutdown { bool get(); void set(bool value); };
bool ForceAppShutdown();
void ForceAppShutdown(bool value);
public bool ForceAppShutdown { get; set; }
var boolean = addPackageOptions.forceAppShutdown;
addPackageOptions.forceAppShutdown = boolean;
Public Property ForceAppShutdown As Boolean
Property Value
Boolean
bool
TRUE indicates that the processes associated with the package will be shut down forcibly so that registration can continue; otherwise, FALSE.