| GeneratePresignedUriRequestContentMd5 Property  | 
            Getter/setter of the target file's MD5.
            Note that the setter should only be called by the SDK internally.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic string ContentMd5 { get; set; }Public Property ContentMd5 As String
	Get
	Set
public:
property String^ ContentMd5 {
	String^ get ();
	void set (String^ value);
}member ContentMd5 : string with get, set
Property Value
Type: 
String
See Also