IncidentListResponse::Value Property

 

Optional. Incident collection.

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

public:
property IList<Incident^>^ Value {
	IList<Incident^>^ get();
	void set(IList<Incident^>^ value);
}
Return to top
Show: