.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::Comment

The global Zip file comment.

  Declarations  
    [Visual Basic]
Public Property Comment As String

[C#]
public string Comment {get; set;}

[C++]
public: __property String* get_Comment();
public: __property void set_Comment(String *);

[JScript]
public function get Comment() : String;
public function set Comment(String);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.