NAnt SDK Documentation - v0.92

CscTask.DocFile Property

The name of the XML documentation file to generate.

[Visual Basic]
<TaskAttribute(Name:="doc", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property DocFile As FileInfo
[C#]
[TaskAttribute(Name="doc", Required=False, ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo DocFile {get; set;}

Remarks

Corresponds with the /doc: flag.

See Also

CscTask Class | NAnt.DotNet.Tasks Namespace