Share via


ICustomerProductCollectionByTargetView.ByTargetSegment(String) Method

Definition

Retrieves the operations that can be applied on products in a given catalog view and that apply to a given customer, filtered by target segment.

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

Parameters

targetSegment
String

The product segment filter.

Returns

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

Applies to