NAnt SDK Documentation - v0.92

BuildEventArgs.Message Property

Gets or sets the message associated with this event.

[Visual Basic]
Public Property Message As String
[C#]
public string Message {get; set;}

Property Value

The message associated with this event.

See Also

BuildEventArgs Class | NAnt.Core Namespace