StoreProduct.IsInUserCollection Property

Definition

Gets a value that indicates whether the current user has an entitlement to use the default SKU of the product.

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

Property Value

Boolean

bool

True if the current user has an entitlement to use the default SKU of the product; otherwise, false.

Applies to