Compartilhar via


ICustomerProductCollectionByCollectionId.ByTargetSegment(String) Method

Definition

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

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

Parameters

targetSegment
String

The product segment filter.

Returns

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

Applies to