DownloadObjectRequestDownloadFile Property |
Gets or sets the download file.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string DownloadFile { get; set; }
Public Property DownloadFile As String
Get
Set
public:
property String^ DownloadFile {
String^ get ();
void set (String^ value);
}
member DownloadFile : string with get, set
Property Value
Type:
StringThe download file.
See Also