Share via


DeviceRegistrationResult.Etag Property

Definition

The entity tag associated with the resource.

public string Etag { get; protected set; }
[Newtonsoft.Json.JsonProperty(PropertyName="etag")]
public string Etag { get; protected internal set; }
member this.Etag : string with 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