IncidentListResponse.Value Property
Optional. Incident collection.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Alerts.Models Namespace
Return to top