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