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

LibTask.Options Property

[This is preliminary documentation and subject to change.]

Options to pass to the compiler.

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

Remarks

Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.LibTask.Options

See Also

LibTask Class | NAnt.VisualCpp.Tasks Namespace