CopyObjectRequestDestinationKey Property |
Destination object key's getter/setter.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public 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:
StringSee Also