IProductCollectionByCountryByTargetViewByTargetSegment.Get Method

Definition

Retrieves all the products in the given country, catalog view and target segment.

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

Returns

The products in the given country, catalog view and target segment.

Implements

Applies to