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