IncidentGetResponse.Incident Property

 

Optional. The retrieved incident.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Incident

See Also

IncidentGetResponse Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace

Return to top