NAnt SDK Documentation - v0.85-nightly-2005-11-09

ChangeLogTask.DestFile Property

[This is preliminary documentation and subject to change.]

Name of the xml file that will contain the cvs log information.

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

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.ChangeLogTask.DestFile

See Also

ChangeLogTask Class | NAnt.SourceControl.Tasks Namespace