PromotionEligibility.Errors 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 errors if the caller is not eligible for the promotion. This will be null if the caller is eligible.
public System.Collections.Generic.List<Microsoft.Store.PartnerCenter.Models.PromotionEligibilities.PromotionEligibilityError> Errors { get; set; }
member this.Errors : System.Collections.Generic.List<Microsoft.Store.PartnerCenter.Models.PromotionEligibilities.PromotionEligibilityError> with get, set
Public Property Errors As List(Of PromotionEligibilityError)