CscTask.

DocFile Property

Summary

The name of the XML documentation file to generate.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CscTask

Syntax

[TaskAttribute("doc")]
public FileInfo DocFile { get; set; }

Remarks

Corresponds with the /doc: flag.

Attributes

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

Value

Type Description
FileInfo