Share via


PackageStatus.Disabled Property

Definition

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.

Applies to