Discuss this help topic in SecureBlackbox Forum

TElOfficeBinarySignedEntry.ContentType

TElOfficeBinarySignedEntry     


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


Specifies the content type of the entry.

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 property to specify the content type of the element.

Discuss this help topic in SecureBlackbox Forum