TermPromotionEligibilityError.EligibleTerms 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 eligibile terms of the promotion.
public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.PromotionEligibilities.PromotionTerm> EligibleTerms { get; set; }
member this.EligibleTerms : seq<Microsoft.Store.PartnerCenter.Models.PromotionEligibilities.PromotionTerm> with get, set
Public Property EligibleTerms As IEnumerable(Of PromotionTerm)