NAnt SDK Documentation - v0.85-nightly-2005-11-09

WebMap.Url Property

[This is preliminary documentation and subject to change.]

Specifies the URL of the project file, or a URL fragment to match.

[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Name:="url", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property Url As String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Name="url", Required=True, ExpandProperties=True, ProcessXml=True)]
public string Url {get; set;}

Property Value

The URL of the project file or the URL fragment to match.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.Types.WebMap.Url

See Also

WebMap Class | NAnt.VSNet.Types Namespace