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

EchoTask.Message Property

[This is preliminary documentation and subject to change.]

The message to output.

[Visual Basic]
<TaskAttribute(Name:="message", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Message As String
[C#]
[TaskAttribute(Name="message", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Message {get; set;}

Remarks

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

See Also

EchoTask Class | NAnt.Core.Tasks Namespace