NAnt SDK Documentation - v0.92 |
|
Target.Description Property
The description of the target.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="description", ExpandProperties:=True, ProcessXml:=True)>
Public Property Description As
String
[C#]
[TaskAttribute(Required=False, Name="description", ExpandProperties=True, ProcessXml=True)]
public
string Description {get; set;}
See Also
Target Class | NAnt.Core Namespace