Compartilhar via


IProductCollectionByCountryByCollectionId.ByTargetSegment(String) Method

Definition

Retrieves the operations that can be applied on products that belong to a given country, product collection and target segment.

public Microsoft.Store.PartnerCenter.Products.IProductCollectionByCountryByCollectionIdByTargetSegment ByTargetSegment (string targetSegment);
abstract member ByTargetSegment : string -> Microsoft.Store.PartnerCenter.Products.IProductCollectionByCountryByCollectionIdByTargetSegment
Public Function ByTargetSegment (targetSegment As String) As IProductCollectionByCountryByCollectionIdByTargetSegment

Parameters

targetSegment
String

The target segment filter.

Returns

The products collection operations by country, by collection id and by target segment.

Applies to