ILegalBusinessProfile.Get(VettingVersion) 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.
Retrieves the legal business profile.
public Microsoft.Store.PartnerCenter.Models.Partners.LegalBusinessProfile Get (Microsoft.Store.PartnerCenter.Models.Partners.VettingVersion vettingVersion = Microsoft.Store.PartnerCenter.Models.Partners.VettingVersion.Current);
abstract member Get : Microsoft.Store.PartnerCenter.Models.Partners.VettingVersion -> Microsoft.Store.PartnerCenter.Models.Partners.LegalBusinessProfile
Public Function Get (Optional vettingVersion As VettingVersion = Microsoft.Store.PartnerCenter.Models.Partners.VettingVersion.Current) As LegalBusinessProfile
Parameters
- vettingVersion
- VettingVersion
(Optional) The vetting version. The default value is set to Current.
Returns
The legal business profile.