ClientInfoEntity.Country Property

Definition

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

Property Value

Attributes

Applies to