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

Target.DependsListString Property

[This is preliminary documentation and subject to change.]

Space separated list of targets that this target depends on.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Target.DependsListString

See Also

Target Class | NAnt.Core Namespace