ICustomerQualification.GetQualificationsAsync 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 customer qualifications in the V2 contract.
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualification>> GetQualificationsAsync ();
abstract member GetQualificationsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Store.PartnerCenter.Models.Customers.V2.CustomerQualification>>
Public Function GetQualificationsAsync () As Task(Of IEnumerable(Of CustomerQualification))
Returns
the list of CustomerQualification.