Activity.Locale Property

Definition

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

Property Value

Implements

Attributes

Applies to