AddPackageOptions.DeferRegistrationWhenPackagesAreInUse 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 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.