ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntry Class / Comment Property

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