| DownloadObjectRequestBucketName Property  | 
            Gets or sets the name of the bucket.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic string BucketName { get; set; }Public Property BucketName As String
	Get
	Set
public:
property String^ BucketName {
	String^ get ();
	void set (String^ value);
}member BucketName : string with get, set
Property Value
Type: 
StringThe name of the bucket.
See Also