StorageSyncErrorDetails.HttpErrorCode Property

Definition

Gets or sets HTTP error code of the given entry.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to