ProductLicense.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.
Indicates if the add-on (also called an in-app product or IAP) license is currently active.
public:
property bool IsActive { bool get(); };
bool IsActive();
public bool IsActive { get; }
var boolean = productLicense.isActive;
Public ReadOnly Property IsActive As Boolean
Property Value
Boolean
bool
Returns true if the add-on's license is active, and otherwise false. This property can return false if the license is missing, expired, or revoked.