NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CscTask.DocFile Property
[This is preliminary documentation and subject to change.]
The name of the XML documentation file to generate.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="doc", ExpandProperties:=True, ProcessXml:=True)>
Public Property DocFile As
FileInfo
[C#]
[TaskAttribute(Required=False, Name="doc", 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