StoreAppLicense.IsActive Property

Definition

Gets a value that indicates whether the license is valid and provides the current user an entitlement to use the app.

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

Property Value

Boolean

bool

True if the license is valid and provides the current user an entitlement to use the app; otherwise, false.

Applies to