NAnt SDK Documentation - v0.85-nightly-2005-11-09

AbstractCvsTask.CompressionLevel Property

[This is preliminary documentation and subject to change.]

Compression level to use for all net traffic. This should be a value from 1-9.

NOTE: This is not available on sharpcvslib.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="compressionlevel", ExpandProperties:=True, ProcessXml:=True)>
Public Property CompressionLevel As Integer
[C#]
[TaskAttribute(Required=False, Name="compressionlevel", ExpandProperties=True, ProcessXml=True)]
public int CompressionLevel {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.AbstractCvsTask.CompressionLevel

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace