Discuss this help topic in SecureBlackbox Forum

TElXMLObject.MIMEType

TElXMLObject     


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


Specifies MIME type of the object.

Declaration

[C#]
    string MIMEType;

[VB.NET]
    Property MIMEType As String

[Pascal]
    property MimeType: WideString;

[C++]
    void get_MIMEType(sb_u16string &OutResult);
    void get_MIMEType(std::wstring &OutResult);
    void set_MIMEType(const sb_u16string &Value);
    void set_MIMEType(const std::wstring &Value);

[PHP]
    string get_MIMEType()
    void set_MIMEType(string $Value)

[Java]
    String getMIMEType();
    void setMIMEType(String Value);

Description

    Use this property to get or set MIME type of the object.

Discuss this help topic in SecureBlackbox Forum