次の方法で共有


ICustomerProductCollectionByTargetViewByReservationScope.Get Method

Definition

Retrieves all the products in a given product collection and that apply to a given customer, filtered by reservation scope.

public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Product> Get ();
abstract member Get : unit -> Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Product>
Public Function Get () As ResourceCollection(Of Product)

Returns

The products in a given product collection and that apply to a given customer, filtered by reservation scope.

Implements

Applies to