GetBucketLocation Method
Returns the location of the specified bucket.
Syntax
[VB.NET] Public Function GetBucketLocation() As String
[C#] public string GetBucketLocation();
Remarks
This method will return a string containing the location of the bucket specified by the Bucket property.
NOTE: This method has a corresponding asynchronous version (GetBucketLocationAsync) for use in the WinRT environment.