EventDataListResponse.EventDataCollection Property
Optional. The retrieved events.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public EventDataCollection EventDataCollection { get; set; }
public:
property EventDataCollection^ EventDataCollection {
EventDataCollection^ get();
void set(EventDataCollection^ value);
}
member EventDataCollection : EventDataCollection with get, set
Public Property EventDataCollection As EventDataCollection
Property Value
Type: Microsoft.Azure.Insights.Models.EventDataCollection
See Also
EventDataListResponse Class
Microsoft.Azure.Insights.Models Namespace
Return to top