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

ClTask.ObjectFile Property

[This is preliminary documentation and subject to change.]

A name to override the default object file name; can be either a file or directory name. The default is the output directory.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="objectfile", ExpandProperties:=True, ProcessXml:=True)>
Public Property ObjectFile As String
[C#]
[TaskAttribute(Required=False, Name="objectfile", ExpandProperties=True, ProcessXml=True)]
public string ObjectFile {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.ClTask.ObjectFile

See Also

ClTask Class | NAnt.VisualCpp.Tasks Namespace