Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets or sets the location mode of the request.

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

Syntax

 
Nullable<LocationMode> LocationMode { get; set; }
 
property Nullable<LocationMode> LocationMode {
	Nullable<LocationMode> get();
	void set(Nullable<LocationMode> value);
}
 
abstract LocationMode : Nullable<LocationMode> with get, set
 
Property LocationMode As Nullable(Of LocationMode)
Return to top