다음을 통해 공유


ICustomerOfferCategoryCollection.Get Method

Definition

Retrieves all the offer categories for the provided Customer.

public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Offers.OfferCategory> Get ();
abstract member Get : unit -> Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Offers.OfferCategory>
Public Function Get () As ResourceCollection(Of OfferCategory)

Returns

The offers for the provided customer.

Implements

Applies to