次の方法で共有


IProduct.ByReservationScope(String) Method

Definition

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

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

Parameters

reservationScope
String

The reservation scope filter.

Returns

The individual product operations sorted by reservation scope.

Applies to