Discuss this help topic in SecureBlackbox Forum
Contains archive comment.
Declaration
[C#]
string ArchiveComment;
[VB.NET]
Property ArchiveComment As String
[Pascal]
property ArchiveComment : string;
[C++]
void get_ArchiveComment(std::string &OutResult);
void set_ArchiveComment(const std::string &Value);
[PHP]
string get_ArchiveComment()
void set_ArchiveComment(string $Value)
[Java]
String getArchiveComment();
void setArchiveComment(String Value);
Description
Use this property to get archive comment.
Discuss this help topic in SecureBlackbox Forum