StoreProduct.IsInUserCollection 属性

定义

获取一个值,该值指示当前用户是否有权使用产品的默认 SKU。

public:
 property bool IsInUserCollection { bool get(); };
bool IsInUserCollection();
public bool IsInUserCollection { get; }
var boolean = storeProduct.isInUserCollection;
Public ReadOnly Property IsInUserCollection As Boolean

属性值

Boolean

bool

如果当前用户有权使用产品的默认 SKU,则其值为 True;否则为 false。

适用于