| CopyObjectRequestDestinationBucketName Property  | 
            Destination bucket name's getter/setter.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic string DestinationBucketName { get; set; }Public Property DestinationBucketName As String
	Get
	Set
public:
property String^ DestinationBucketName {
	String^ get ();
	void set (String^ value);
}member DestinationBucketName : string with get, set
Property Value
Type: 
String
See Also