ILegalBusinessProfile.Update(LegalBusinessProfile) 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 legal business profile.
public Microsoft.Store.PartnerCenter.Models.Partners.LegalBusinessProfile Update (Microsoft.Store.PartnerCenter.Models.Partners.LegalBusinessProfile legalBusinessProfile);
abstract member Update : Microsoft.Store.PartnerCenter.Models.Partners.LegalBusinessProfile -> Microsoft.Store.PartnerCenter.Models.Partners.LegalBusinessProfile
Public Function Update (legalBusinessProfile As LegalBusinessProfile) As LegalBusinessProfile
Parameters
- legalBusinessProfile
- LegalBusinessProfile
The legal business profile information.
Returns
The updated legal business profile.