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