ServiceProperties.ETag Property
Gets or sets the ETag
Namespace: Microsoft.Azure.Devices
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "etag")]
public string ETag { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "etag")]
property String^ ETag {
virtual String^ get() sealed;
virtual void set(String^ value) sealed;
}
Property Value
Type: System.String
Implements
See Also
ServiceProperties Class
Microsoft.Azure.Devices Namespace
Return to top