Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the blob's ETag value.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public string ETag { get; internal set; }
 
public:
property String^ ETag {
	String^ get();
	internal: void set(String^ value);
}
 
member ETag : string with get, internal set
 
Public Property ETag As String
	Get
	Friend Set
End Property

Property Value

Type: System.StringSystem::String^System.StringSystem.String

A string containing the blob's ETag value.

Return to top