Gets or sets the ETag returned with the
TableOperation request results.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As TableResult
Dim value As String
value = instance.Etag
instance.Etag = value |
Syntax
Visual Basic |
---|
Public Property Etag As String |
C# |
---|
public string Etag { get; set; } |
C++ |
---|
public:
property String^ Etag {
String^ get ();
void set (String^ value);
} |
J# |
---|
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_Etag ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Etag (String value)
|
JScript |
---|
CompilerGeneratedAttribute
public function get Etag () : String
CompilerGeneratedAttribute
public function set Etag (value : String)
|
Property Value
The ETag returned with the
TableOperation request results.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also