ChangeLogTask.

DestFile Property

Summary

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

Syntax

[TaskAttribute("xmlfile", Required = true)]
public FileInfo DestFile { get; set; }

Attributes

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

Value

Type Description
FileInfo