Summary
Gets or sets the inline content that should be output.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- EchoTask
Syntax
public string Contents { get; set; }
Value
| Type | Description |
|---|---|
| string | The inline content that should be output. |
