BlobRequestOptions.LocationMode Property

Windows Runtime Azure Storage Client Library

Gets or sets the location mode of the request.

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

Usage

Visual Basic
Dim instance As BlobRequestOptions
Dim value As Nullable(Of LocationMode)

value = instance.LocationMode

instance.LocationMode = value

Syntax

Visual Basic
Public Property LocationMode As Nullable(Of LocationMode)
C#
public Nullable<LocationMode> LocationMode { get; set; }
C++
public:
virtual property Nullable<LocationMode> LocationMode {
	Nullable<LocationMode> get () sealed;
	void set (Nullable<LocationMode> value) sealed;
}
J#
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public final Nullable<LocationMode> get_LocationMode ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public final void set_LocationMode (Nullable<LocationMode> value)
JScript
CompilerGeneratedAttribute 
public final function get LocationMode () : Nullable<LocationMode>

CompilerGeneratedAttribute 
public final function set LocationMode (value : Nullable<LocationMode>)

Property Value

A LocationMode enumeration value indicating the location mode of the request.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also