AccessCondition.IfNoneMatchETag Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
AccessCondition.IfNoneMatchETag Property
AccessCondition::IfNoneMatchETag Property
AccessCondition.IfNoneMatchETag Property
AccessCondition.IfNoneMatchETag Property
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
Property Value
Type:
System.StringSystem::String^System.StringSystem.StringA string containing an ETag value, or "*" to match any ETag. If null, no condition exists.
Return to top
Gets or sets an ETag value for a condition specifying that the given ETag must not match the ETag of the specified resource.
Syntax
Property Value
Type: System.StringSystem::String^System.StringSystem.StringA string containing an ETag value, or "*" to match any ETag. If null, no condition exists.