ArchiveComment Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation ArchiveComment Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.Compression.ZipZipEngineArchiveComment
Gets the comment from the last-examined archive, or sets the comment to be added to any created archives.
Declaration Syntax
C# Visual Basic Visual C++
public string ArchiveComment { get; set; }
Public Property ArchiveComment As String
	Get
	Set
public:
property String^ ArchiveComment {
	String^ get ();
	void set (String^ value);
}
Property Value

Assembly: Microsoft.Deployment.Compression.Zip (Module: Microsoft.Deployment.Compression.Zip.dll) Version: 3.0.0.0 (3.9.1006.0)