ArchiveComment Property

DTF API

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++ F#
public 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

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