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

Project.Threshold Property

[This is preliminary documentation and subject to change.]

Gets or sets the default threshold level for build loggers.

[Visual Basic]
Public Property Threshold As Level
[C#]
public Level Threshold {get; set;}

Property Value

The default threshold level for build loggers.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Project.Threshold

See Also

Project Class | NAnt.Core Namespace