Discuss this help topic in SecureBlackbox Forum
Specifies object's content type.
Declaration
[VB.NET]
Property ContentType As String
[Pascal]
property ContentType : string;
[C++]
void get_ContentType(std::string &OutResult);
[PHP]
string get_ContentType()
[Java]
String getContentType();
Description
Use this read-only property to get object's content type.
Discuss this help topic in SecureBlackbox Forum