Gets or sets a comment associated with the current zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Phone.Zip (in C1.Phone.Zip.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string Comment { get; set; }
Visual Basic
Public Property Comment As String
	Get
	Set
XAML Attribute Usage
<object Comment="string" .../>

See Also