UploadPartCopyRequestSourceKey Property |
获取或设置拷贝源Object。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic 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:
String
See Also