共用方式為


ResourceCore.Etag Property

Definition

Gets or sets an etag associated with the resource, used for optimistic concurrency when editing it.

[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