IProductPromotion.GetAsync Method

Definition

Asynchronously retrieves the product promotion information.

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

Returns

The product promotion information.

Implements

Applies to