CopyObjectRequestDestinationKey Property |
获取或者设置目标Object的Key。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic string DestinationKey { get; set; }
Public Property DestinationKey As String
Get
Set
public:
property String^ DestinationKey {
String^ get ();
void set (String^ value);
}
member DestinationKey : string with get, set
Property Value
Type:
String
See Also