Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the location to which the request was sent.

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

Syntax

 
public StorageLocation TargetLocation { get; internal set; }
 
public:
property StorageLocation TargetLocation {
	StorageLocation get();
	internal: void set(StorageLocation value);
}
 
member TargetLocation : StorageLocation with get, internal set
 
Public Property TargetLocation As StorageLocation
	Get
	Friend Set
End Property
Return to top