StoreSku.IsInUserCollection Property

Definition

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

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

Property Value

Boolean

bool

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

Applies to