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

IlasmTask.Target Property

[This is preliminary documentation and subject to change.]

Specifies which output type should be generated.

[Visual Basic]
<TaskAttribute(Required:=True, Name:="target", ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Target As String
[C#]
[TaskAttribute(Required=True, Name="target", ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public string Target {get; set;}

Property Value

A String that contains the target type. Possible values are dll and exe.

Remarks

Corresponds to the /OUTPUT flag.

See Also

IlasmTask Class | NAnt.DotNet.Tasks Namespace