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

BuildEventArgs.Message Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.BuildEventArgs.Message

See Also

BuildEventArgs Class | NAnt.Core Namespace