ServiceIncidents.Incidents 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 Incident list.
public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.ServiceIncidents.ServiceIncidentDetail> Incidents { get; set; }
member this.Incidents : seq<Microsoft.Store.PartnerCenter.Models.ServiceIncidents.ServiceIncidentDetail> with get, set
Public Property Incidents As IEnumerable(Of ServiceIncidentDetail)