NAnt SDK Documentation - v0.92 |
|
DataTypeBase.RefID Property
The ID to use as the reference.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="refid", ExpandProperties:=True, ProcessXml:=True)>
Public Property RefID As
String
[C#]
[TaskAttribute(Required=False, Name="refid", ExpandProperties=True, ProcessXml=True)]
public
string RefID {get; set;}
See Also
DataTypeBase Class | NAnt.Core Namespace