EchoTask.

Encoding Property

Summary

The encoding to use when writing message to a file. The default is UTF-8 encoding without a Byte Order Mark (BOM).
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
EchoTask

Syntax

[TaskAttribute("encoding")]
public Encoding Encoding { get; set; }

Attributes

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

Value

Type Description
Encoding