EventData.EventDataId Property

Definition

Gets the event data Id. This is a unique identifier for an event.

[Newtonsoft.Json.JsonProperty(PropertyName="eventDataId")]
public string EventDataId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="eventDataId")>]
member this.EventDataId : string
Public ReadOnly Property EventDataId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to