次の方法で共有


IEntitlementCollection.Get(Boolean) Method

Definition

Retrieves the entitlements for a customer.

public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Entitlements.Entitlement> Get (bool showExpiry);
abstract member Get : bool -> Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Entitlements.Entitlement>
Public Function Get (showExpiry As Boolean) As ResourceCollection(Of Entitlement)

Parameters

showExpiry
Boolean

A flag to indicate if the expiry date is required to be returned along with the entitlement (if applicable).

Returns

The collection of entitlements for the customer.

Applies to