IOrganizationProfile.UpdateAsync(OrganizationProfile) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously updates the partner's organization profile.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Partners.OrganizationProfile> UpdateAsync (Microsoft.Store.PartnerCenter.Models.Partners.OrganizationProfile organizationProfile);
abstract member UpdateAsync : Microsoft.Store.PartnerCenter.Models.Partners.OrganizationProfile -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Partners.OrganizationProfile>
Public Function UpdateAsync (organizationProfile As OrganizationProfile) As Task(Of OrganizationProfile)
Parameters
- organizationProfile
- OrganizationProfile
The organization profile.
Returns
The updated organization profile.