StoreLicense.IsActive Property

Definition

This property is reserved for future use, and it is not intended to be used in the current release. Currently, it always returns true.

public:
 property bool IsActive { bool get(); };
bool IsActive();
public bool IsActive { get; }
var boolean = storeLicense.isActive;
Public ReadOnly Property IsActive As Boolean

Property Value

Boolean

bool

True in all cases.

Remarks

The license for a durable add-on is valid and provides the current user with an entitlement to use the add-on if the StoreLicense object is included in the collection returned by the StoreAppLicense.AddOnLicenses property. When the add-on license expires or is no longer valid, it will no longer be available in the StoreAppLicense.AddOnLicenses collection.

Applies to