Aracılığıyla paylaş


ClientTwin.ETag Property

Definition

Twin's ETag.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Devices.NewtonsoftJsonETagConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="etag")]
public Azure.ETag ETag { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Devices.NewtonsoftJsonETagConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="etag")>]
member this.ETag : Azure.ETag with get, set
Public Property ETag As ETag

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to