Activity.Id Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("id")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public string Id { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.Id : string with get, set
Public Property Id As String

Property Value

Implements

Id
Attributes

Applies to