Compartilhar via


ICustomerProductCollectionByTargetViewByTargetSegment.ByReservationScope Method

Definition

Retrieves the operations that can be applied on customer products filtered by a specific reservation scope.

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

Parameters

reservationScope
String

The customer products reservation scope filter.

Returns

The customer products collection operations by reservation scope.

Applies to