Gets or sets a value indicating file is compressed.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Compressed As Boolean |
| C# |
|---|
| public bool Compressed { get; set; } |
| C++ |
|---|
| public property bool Compressed sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_Compressed(); /** property */ public void set_Compressed(bool value); |
| JScript |
|---|
| public function get Compressed() : bool public function set Compressed(value : bool); |
Property Value
if compressed; otherwise, .
See Also
Documentation version 1.0.0.0.