Compartilhar via


ICustomerProductCollectionByTargetView.ByReservationScope(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 reservation scope.

public Microsoft.Store.PartnerCenter.Customers.Products.ICustomerProductCollectionByTargetViewByReservationScope ByReservationScope (string reservationScope);
abstract member ByReservationScope : string -> Microsoft.Store.PartnerCenter.Customers.Products.ICustomerProductCollectionByTargetViewByReservationScope
Public Function ByReservationScope (reservationScope As String) As ICustomerProductCollectionByTargetViewByReservationScope

Parameters

reservationScope
String

The product segment filter.

Returns

The product collection operations by customer, by target view and by reservation scope.

Applies to