Gets or sets the storage location that the continuation token applies to.
Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As BlobContinuationToken
Dim value As Nullable(Of StorageLocation)
value = instance.TargetLocation
instance.TargetLocation = value |
Syntax
Visual Basic |
---|
Public Property TargetLocation As Nullable(Of StorageLocation) |
C# |
---|
public Nullable<StorageLocation> TargetLocation { get; set; } |
C++ |
---|
public:
virtual property Nullable<StorageLocation> TargetLocation {
Nullable<StorageLocation> get () sealed;
void set (Nullable<StorageLocation> value) sealed;
} |
J# |
---|
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public final Nullable<StorageLocation> get_TargetLocation ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public final void set_TargetLocation (Nullable<StorageLocation> value)
|
JScript |
---|
CompilerGeneratedAttribute
public final function get TargetLocation () : Nullable<StorageLocation>
CompilerGeneratedAttribute
public final function set TargetLocation (value : Nullable<StorageLocation>)
|
Property Value
A
StorageLocation enumeration value.
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