StoreLicense.IsActive 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.
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
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.