共用方式為


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。

適用於