IOfferCategoryCollection.Get Method

Definition

Retrieves all offer categories available to the partner for the provided country.

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

All offer categories for the provided country.

Implements

Applies to