Discuss this help topic in SecureBlackbox Forum

TElOfficePackagePart.ContentType

TElOfficePackagePart     See also     


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


Specifies content type of the package part.

Declaration

[C#]
    string ContentType;

[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 the package part content type.

See also:     URI    

Discuss this help topic in SecureBlackbox Forum