StoreAppLicense.IsActive 属性

定义

获取一个值,该值指示许可证是否有效,并为当前用户提供使用该应用的权利。

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

属性值

Boolean

bool

如果许可证有效,并且为当前用户提供使用应用的权利,则其值为 True;否则为 false。

适用于