IncidentListResponse::IncidentCollection Property
Gets the retrieved incidents.
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
public: property IncidentCollection^ IncidentCollection { IncidentCollection^ get(); void set(IncidentCollection^ value); }
Property Value
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models::IncidentCollection^The retrieved incidents.
Show: