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

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