StoreLicense.IsActive 属性

定义

此属性保留供将来使用,不应在当前版本中使用。 目前,它始终返回 true。

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

属性值

Boolean

bool

在所有情况下为 True。

注解

持久加载项的许可证有效,如果 StoreLicense 对象包含在 StoreAppLicense.AddOnLicenses 属性返回的集合中,则为当前用户提供使用加载项的权利。 当加载项许可证过期或不再有效时,它将在 StoreAppLicense.AddOnLicenses 集合中不再可用。

适用于