Copyright Property

DotNetZip

Ionic Zip Library v1.9.1.6 Copyright Property
ReferenceIonic.ZipSelfExtractorSaveOptionsCopyright
The copyright notice, if any, to embed into the generated EXE.
Declaration Syntax
C# Visual Basic Visual C++
public string Copyright { get; set; }
Public Property Copyright As String
	Get
	Set
public:
property String^ Copyright {
	String^ get ();
	void set (String^ value);
}
Remarks
It will show up, for example, while viewing properties of the file in Windows Explorer. You can use any arbitrary string, but typically you want something like "Copyright © Dino Chiesa 2011".

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