Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageObject.ContentMD5

TElWinAzureDataStorageObject     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the MD5 hash of the object's content.

Declaration

[C#]
    string ContentMD5;

[VB.NET]
    Property ContentMD5 As String

[Pascal]
    property ContentMD5 : string;

[C++]
    void get_ContentMD5(std::string &OutResult);
    void set_ContentMD5(const std::string &Value);

[PHP]
    string get_ContentMD5()
    void set_ContentMD5(string $Value)

[Java]
    String getContentMD5();
    void setContentMD5(String Value);

Description

    Use this property to get the MD5 hash of the object's content.

Discuss this help topic in SecureBlackbox Forum