次の方法で共有


IncidentListResponse.Value Property

 

Optional. Incident collection.

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)

Property Value

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

See Also

IncidentListResponse Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top