PackageStatus.Disabled 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.
Indicates whether the package has been disabled.
public:
property bool Disabled { bool get(); };
bool Disabled();
public bool Disabled { get; }
var boolean = packageStatus.disabled;
Public ReadOnly Property Disabled As Boolean
Property Value
Boolean
bool
TRUE indicates that the package is disabled; otherwise FALSE.
Remarks
Disabled packages must be enabled before they can be used.
Packages are disabled by using PackageManager.SetPackageStatus and enabled by using PackageManager.ClearPackageStatus.