Freigeben über


EventDataCollection.Value Property

 

Optional. This list includes the Azure event logs.

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

Syntax

public IList<EventData> Value { get; set; }
public:
property IList<EventData^>^ Value {
    IList<EventData^>^ get();
    void set(IList<EventData^>^ value);
}
member Value : IList<EventData> with get, set
Public Property Value As IList(Of EventData)

Property Value

Type: System.Collections.Generic.IList<EventData>

See Also

EventDataCollection Class
Microsoft.Azure.Insights.Models Namespace

Return to top