Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets an ETag value for a condition specifying that the given ETag must not match the ETag of the specified resource.

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

Syntax

 
public string IfNoneMatchETag { get; set; }
 
public:
property String^ IfNoneMatchETag {
	String^ get();
	void set(String^ value);
}
 
member IfNoneMatchETag : string with get, set
 
Public Property IfNoneMatchETag As String

Property Value

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

A string containing an ETag value, or "*" to match any ETag. If null, no condition exists.

Return to top