Zip for WPF and Silverlight
C1.C1Zip 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
    'Declaration
     
    
    Public Property Comment As String
    public string Comment {get; set;}
    See Also