NAnt SDK Documentation - v0.92

Target.DependsListString Property

Space separated list of targets that this target depends on.

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

See Also

Target Class | NAnt.Core Namespace