Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the location that the token applies to.

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

Syntax

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