CloudQueue.StorageUri Property (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueue.StorageUri Property
CloudQueue::StorageUri Property
CloudQueue.StorageUri Property
CloudQueue.StorageUri Property
Gets the queue URIs for both the primary and secondary locations.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property StorageUri^ StorageUri {
StorageUri^ get();
private: void set(StorageUri^ value);
}
Property Value
Type:
Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUriAn object of type StorageUriStorageUriStorageUriStorageUri containing the queue's URIs for both the primary and secondary locations.
Return to top
Gets the queue URIs for both the primary and secondary locations.
Syntax
C++
public: property StorageUri^ StorageUri { StorageUri^ get(); private: void set(StorageUri^ value); }
Property Value
Type: Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUriAn object of type StorageUriStorageUriStorageUriStorageUri containing the queue's URIs for both the primary and secondary locations.