次の方法で共有


IProduct.ByCustomerReservationScope(String) Method

Definition

Retrieves the operations that can be applied on a customer's product id's filtered by a specific reservation scope.

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

Parameters

reservationScope
String

The reservation scope filter.

Returns

The individual product operations sorted by reservation scope.

Applies to