NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
Target.Description Property
[This is preliminary documentation and subject to change.]
The description of the target.
[Visual Basic]
<TaskAttribute(Name:="description", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Description As
String
[C#]
[TaskAttribute(Name="description", Required=False, ExpandProperties=True, ProcessXml=True)]
public
string Description {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Target.Description
See Also
Target Class | NAnt.Core Namespace