Gets or sets the comment of the item.
            
    Namespace: 
   Rebex.IO.Compression
    Assembly:
   Rebex.Zip (in Rebex.Zip.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public MustOverride Property Comment As String Get Set | 
| C# | 
|---|
| public abstract string Comment { get; set; } | 
 
     
     
     
     
    