PortalRevisionCreateOrUpdateHeaders.ETag Property

Definition

Gets or sets current entity state version. Should be treated as opaque and used to make conditional HTTP requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to