ICustomerProductCollectionByTargetView.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 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.