Gets or sets the zip level.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ZipLevel As Integer |
| C# |
|---|
| public int ZipLevel { get; set; } |
| C++ |
|---|
| public property int ZipLevel sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_ZipLevel(); /** property */ public void set_ZipLevel(int value); |
| JScript |
|---|
| public function get ZipLevel() : int public function set ZipLevel(value : int); |
Property Value
The zip level.
Remarks
0 - store only to 9 - means best compression
See Also
Documentation version 1.0.0.0.