IProductCollectionByCountryByTargetView.ByReservationScope(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the operations that can be applied on products that belong to a given country, catalog view and reservation scope.
public Microsoft.Store.PartnerCenter.Products.IProductCollectionByCountryByTargetViewByReservationScope ByReservationScope (string reservationScope);
abstract member ByReservationScope : string -> Microsoft.Store.PartnerCenter.Products.IProductCollectionByCountryByTargetViewByReservationScope
Public Function ByReservationScope (reservationScope As String) As IProductCollectionByCountryByTargetViewByReservationScope
Parameters
- reservationScope
- String
The reservation scope filter.
Returns
The product collection operations by country, by target view and by reservation scope.