Discuss this help topic in SecureBlackbox Forum

TElXMLDataObjectFormat.Description

TElXMLDataObjectFormat     See also     


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


Provides textual information about the signed data object.

Declaration

[C#]
    string Description;

[VB.NET]
    Property Description As String

[Pascal]
    property Description: WideString;

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

[PHP]
    string get_Description()
    void set_Description(string $Value)

[Java]
    String getDescription();
    void setDescription(String Value);

Description

    Use this property to get or set any textual information about the data object.

See also:     ObjectIdentifier     ObjectReference     MimeType    

Discuss this help topic in SecureBlackbox Forum