BucketMetadataBucketRegion Property |
Gets or sets the bucket region(location)
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string BucketRegion { get; set; }
Public Property BucketRegion As String
Get
Set
public:
property String^ BucketRegion {
String^ get ();
void set (String^ value);
}
member BucketRegion : string with get, set
Property Value
Type:
StringSee Also