ArchiveSaveOptionsArchiveComment Property |
Gets or sets optional comment for the Zip file.
Namespace:
Aspose.Zip.Saving
Assembly:
Aspose.Zip (in Aspose.Zip.dll) Version: 20.3
Syntaxpublic string ArchiveComment { get; set; }Public Property ArchiveComment As String
Get
Set
public:
property String^ ArchiveComment {
String^ get ();
void set (String^ value);
}member ArchiveComment : string with get, set
Property Value
Type:
String
See Also