Freigeben über


IncidentListResponse.Value-Eigenschaft

 

Optional. Incident-Auflistung.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public IList<Incident> Value { get; set; }
public:
property IList<Incident^>^ Value {
    IList<Incident^>^ get();
    void set(IList<Incident^>^ value);
}
member Value : IList<Incident> with get, set
Public Property Value As IList(Of Incident)

Eigenschaftswert

Type: System.Collections.Generic.IList<Incident>

Siehe auch

IncidentListResponse-Klasse
Microsoft.Azure.Management.Insights.Models-Namespace

Zurück zum Anfang