ClientInfoEntity.Platform Property

Definition

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

Property Value

Attributes

Applies to