IProductByReservationScope.GetAsync Method

Definition

Asynchronously retrieves the product information.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Products.Product> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Products.Product>
Public Function GetAsync () As Task(Of Product)

Returns

The product information.

Implements

Applies to