Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets or sets the location mode for subsequent retries.

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

Syntax

 
public LocationMode UpdatedLocationMode { get; set; }
 
public:
property LocationMode UpdatedLocationMode {
	LocationMode get();
	void set(LocationMode value);
}
 
member UpdatedLocationMode : LocationMode with get, set
 
Public Property UpdatedLocationMode As LocationMode
Return to top