Share via


RegisterPackageOptions.ForceTargetAppShutdown Proprietà

Definizione

Ottiene o imposta un valore che indica se i processi associati al pacchetto verranno arrestati in modo che la registrazione possa continuare se il pacchetto è attualmente in uso.

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

Valore della proprietà

Boolean

bool

TRUE indica che i processi associati al pacchetto verranno arrestati in modo che la registrazione possa continuare; in caso contrario, FALSE.

Si applica a

Vedi anche