NAnt SDK Documentation - v0.92 |
|
GetTask.Source Property
The URL from which to retrieve a file.
[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Required:=True, Name:="src", ExpandProperties:=True, ProcessXml:=True)>
Public Property Source As
String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=True, Name="src", ExpandProperties=True, ProcessXml=True)]
public
string Source {get; set;}
See Also
GetTask Class | NAnt.Core.Tasks Namespace