Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageObject.ContentLanguage

TElWinAzureDataStorageObject     See also     


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


Specifies object's content language.

Declaration

[C#]
    string ContentLanguage;

[VB.NET]
    Property ContentLanguage As String

[Pascal]
    property ContentLanguage : string;

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

[PHP]
    string get_ContentLanguage()

[Java]
    String getContentLanguage();

Description

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

See also:     ContentEncoding     ContentType    

Discuss this help topic in SecureBlackbox Forum