EventData.EventDataId Property
Optional. Gets or sets the event data Id.This is a unique identifier for an event.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string EventDataId { get; set; }
public:
property String^ EventDataId {
String^ get();
void set(String^ value);
}
member EventDataId : string with get, set
Public Property EventDataId As String
Property Value
Type: System.String
See Also
EventData Class
Microsoft.Azure.Insights.Models Namespace
Return to top