Summary
Gets or sets the priority level associated with this event.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- BuildEventArgs
Syntax
public Level MessageLevel { get; set; }
Value
| Type | Description |
|---|---|
| Level | The priority level associated with this event. |
