ZipCompressionEndArgs.Zipfile Property

AdiIRC API v2

ZipCompressionEndArgsZipfile Property

Returns the name of the zip file to compress to

Namespace:  AdiIRCAPIv2.Arguments.ZipCompression
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public string Zipfile { get; }
Public ReadOnly Property Zipfile As String
	Get
public:
property String^ Zipfile {
	String^ get ();
}
member Zipfile : string with get

Property Value

Type: String
See Also