EventData.EventName Property

 

Optional. Gets or sets the event name.This value should not be confused with OperationName.For practical purposes, OperationName might be more appealing to end users.

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

Syntax

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

Property Value

Type: Microsoft.Azure.Insights.Models.LocalizableString

See Also

EventData Class
Microsoft.Azure.Insights.Models Namespace

Return to top