Gets or sets the location mode of the request.
Namespace: Microsoft.WindowsAzure.Storage.File
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As FileRequestOptions
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 */
public final Nullable<LocationMode> get_LocationMode ()
/** @property */
public final void set_LocationMode (Nullable<LocationMode> value)
|
JScript |
---|
public final function get LocationMode () : Nullable<LocationMode>
public final function set LocationMode (value : Nullable<LocationMode>)
|
Property Value
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
See Also