Aracılığıyla paylaş


IProductCollectionByCountryByTargetView.ByTargetSegment(String) Method

Definition

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

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

Parameters

targetSegment
String

The target segment filter.

Returns

The product collection operations by country, by target view and by target segment.

Applies to