Description Property

DotNetZip

Ionic Zip Library v1.9.1.6 Description Property
ReferenceIonic.ZipSelfExtractorSaveOptionsDescription
The description to embed into the generated EXE.
Declaration Syntax
C# Visual Basic Visual C++
public string Description { get; set; }
Public Property Description As String
	Get
	Set
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}
Remarks
Use any arbitrary string. This text will be displayed during a mouseover in Windows Explorer. If you specify nothing, then the string "DotNetZip SFX Archive" is embedded into the EXE as the description.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)