StoreSku.IsInUserCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.