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