Target.

DependsListString Property

Summary

Space separated list of targets that this target depends on.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Target

Syntax

[TaskAttribute("depends")]
public string DependsListString { set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string