BuildEventArgs.

Message Property

Summary

Gets or sets the message associated with this event.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
BuildEventArgs

Syntax

public string Message { get; set; }

Value

Type Description
string The message associated with this event.