Share via


StorageSyncErrorDetails.HttpMethod Property

Definition

Gets or sets HTTP method of the given entry.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to