| OssClientGetBucketLocation Method  | 
            Gets the bucket location
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic BucketLocationResult GetBucketLocation(
	string bucketName
)
Public Function GetBucketLocation ( 
	bucketName As String
) As BucketLocationResult
public:
virtual BucketLocationResult^ GetBucketLocation(
	String^ bucketName
) sealed
abstract GetBucketLocation : 
        bucketName : string -> BucketLocationResult 
override GetBucketLocation : 
        bucketName : string -> BucketLocationResult Parameters
- bucketName
 - Type: SystemString
bucket name 
Return Value
Type: 
BucketLocationResultbucket location
Implements
IOssGetBucketLocation(String)
See Also