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

CallTask.TargetName Property

[This is preliminary documentation and subject to change.]

NAnt target to call.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.CallTask.TargetName

See Also

CallTask Class | NAnt.Core.Tasks Namespace