CloudEvent.Id Property

Definition

Gets or sets an identifier for the event. The combination of Id and Source must be unique for each distinct event. If not explicitly set, this will default to a Guid.

public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String

Property Value

Applies to