Megosztás a következőn keresztül:


Status.Code Property

Definition

Gets or sets status code.

[Newtonsoft.Json.JsonProperty(PropertyName="Code")]
public int? Code { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Code")>]
member this.Code : Nullable<int> with get, set
Public Property Code As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to