ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntry Class / Comment Property

In This Topic
    Comment Property (C1ZipEntry)
    In This Topic
    Gets or sets a comment associated with the entry.
    Syntax
    Public Property Comment As String
    public string Comment {get; set;}
    See Also