VbcTask.

DocFile Property

Summary

The name of the XML documentation file to generate. Only supported when targeting .NET 2.0 (or higher).
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
VbcTask

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