Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.ReaderWriter Namespace / ZipEndHeader Class / ZipComment Property


In This Topic
    ZipComment Property
    In This Topic
    Gets or sets the zip file's comment.
    Syntax
    'Declaration
     
    Public Property ZipComment As String
    'Usage
     
    Dim instance As ZipEndHeader
    Dim value As String
     
    instance.ZipComment = value
     
    value = instance.ZipComment
    public string ZipComment {get; set;}

    Property Value

    A string representing the zip file's comment.
    Remarks
    The zip comment can only contain ANSI characters and cannot exceed 65535 characters.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also