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