IOrganizationProfile.Update(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.
Updates the partner's organization profile.
public Microsoft.Store.PartnerCenter.Models.Partners.OrganizationProfile Update (Microsoft.Store.PartnerCenter.Models.Partners.OrganizationProfile organizationProfile);
abstract member Update : Microsoft.Store.PartnerCenter.Models.Partners.OrganizationProfile -> Microsoft.Store.PartnerCenter.Models.Partners.OrganizationProfile
Public Function Update (organizationProfile As OrganizationProfile) As OrganizationProfile
Parameters
- organizationProfile
- OrganizationProfile
The organization profile.
Returns
The updated organization profile.