RegisterPackageOptions.ForceTargetAppShutdown 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.
public:
property bool ForceTargetAppShutdown { bool get(); void set(bool value); };
bool ForceTargetAppShutdown();
void ForceTargetAppShutdown(bool value);
public bool ForceTargetAppShutdown { get; set; }
var boolean = registerPackageOptions.forceTargetAppShutdown;
registerPackageOptions.forceTargetAppShutdown = boolean;
Public Property ForceTargetAppShutdown 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.