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