IOrganizationProfile.GetAsync Method

Definition

Asynchronously retrieves the partner's organization profile.

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

Returns

The organization profile.

Implements

Applies to