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

McTask.HeaderPath Property

[This is preliminary documentation and subject to change.]

Path to store header file. The default is the project base directory.

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

Remarks

Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.McTask.HeaderPath

See Also

McTask Class | NAnt.VisualCpp.Tasks Namespace