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

EchoTask.Contents Property

[This is preliminary documentation and subject to change.]

Gets or sets the inline content that should be output.

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

Property Value

The inline content that should be output.

Remarks

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

See Also

EchoTask Class | NAnt.Core.Tasks Namespace