NAnt SDK Documentation - v0.92 |
|
WebMap.Url Property
Specifies the URL of the project file, or a URL fragment to match.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="url", ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Url As
String
[C#]
[TaskAttribute(Required=True, Name="url", ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string Url {get; set;}
Property Value
The URL of the project file or the URL fragment to match.
See Also
WebMap Class | NAnt.VSNet.Types Namespace