Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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)

Syntax

 
public Nullable<StorageLocation> TargetLocation { get; set; }
 
public:
property Nullable<StorageLocation> TargetLocation {
	virtual Nullable<StorageLocation> get() sealed;
	virtual void set(Nullable<StorageLocation> value) sealed;
}
 
abstract TargetLocation : Nullable<StorageLocation> with get, set
override TargetLocation : Nullable<StorageLocation> with get, set
 
Public Property TargetLocation As Nullable(Of StorageLocation)
Return to top