StyleTask.

DestDir Property

Summary

Directory in which to store the results. The default is the project base directory.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
StyleTask

Syntax

[TaskAttribute("destdir", Required = false)]
public DirectoryInfo DestDir { get; set; }

Attributes

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

Value

Type Description
DirectoryInfo