Freigeben über


EventData.EventSource Property

 

Optional. Gets or sets the event source.This value indicates the source that generated the event.

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

Syntax

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

Property Value

Type: Microsoft.Azure.Insights.Models.LocalizableString

See Also

EventData Class
Microsoft.Azure.Insights.Models Namespace

Return to top