PromotionEligibilities.Eligibilities Property
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.
Gets or sets the promotion eligibility collection.
public System.Collections.Generic.List<Microsoft.Store.PartnerCenter.Models.PromotionEligibilities.PromotionEligibility> Eligibilities { get; set; }
member this.Eligibilities : System.Collections.Generic.List<Microsoft.Store.PartnerCenter.Models.PromotionEligibilities.PromotionEligibility> with get, set
Public Property Eligibilities As List(Of PromotionEligibility)
Property Value
The eligibile promotions if applicable.