RequestResult.TargetLocation Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
RequestResult.TargetLocation Property
RequestResult::TargetLocation Property
RequestResult.TargetLocation Property
RequestResult.TargetLocation Property
Gets the location to which the request was sent.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property StorageLocation TargetLocation {
StorageLocation get();
internal: void set(StorageLocation value);
}
Return to top
Gets the location to which the request was sent.
Syntax
C++
public: property StorageLocation TargetLocation { StorageLocation get(); internal: void set(StorageLocation value); }