EchoTask.

Message Property

Summary

The message to output.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
EchoTask

Syntax

[TaskAttribute("message")]
public string Message { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string