AddPackageOptions.DeferRegistrationWhenPackagesAreInUse Property

Definition

Gets or sets a value that indicates whether to delay registration of the main package or dependency packages if the packages are currently in use.

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

void DeferRegistrationWhenPackagesAreInUse(bool value);
public bool DeferRegistrationWhenPackagesAreInUse { get; set; }
var boolean = addPackageOptions.deferRegistrationWhenPackagesAreInUse;
addPackageOptions.deferRegistrationWhenPackagesAreInUse = boolean;
Public Property DeferRegistrationWhenPackagesAreInUse As Boolean

Property Value

Boolean

bool

TRUE indicates that registration of the main package or dependency packages will be delayed until the next time the application is activated if the packages are currently in use; otherwise, FALSE.

Applies to