次の方法で共有


IProductCollectionByCountryByTargetViewByTargetSegment.ByReservationScope Method

Definition

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

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

Parameters

reservationScope
String

The reservation scope filter.

Returns

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

Applies to