FlexCompress.Comment

FlexCompress

Previous  Top  Next

Specifies the comment of archive file.

 

[C#]
public string Comment { get; set; }

 

[VB.NET]

Public Property Comment As String

 

Description

 

Use this property to set or get the comment of archive file.

 

Note:

To set comment for each file in archive use ChangeFilesComment method.