Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageObject.ContentEncoding

TElWinAzureDataStorageObject     See also     


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


Specifies object's content encoding.

Declaration

[C#]
    string ContentEncoding;

[VB.NET]
    Property ContentEncoding As String

[Pascal]
    property ContentEncoding : string;

[C++]
    void get_ContentEncoding(std::string &OutResult);

[PHP]
    string get_ContentEncoding()

[Java]
    String getContentEncoding();

Description

    Use this read-only property to get object's content encoding.

See also:     ContentLanguage     ContentType    

Discuss this help topic in SecureBlackbox Forum