Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum