Error.Code Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to