NAnt SDK Documentation - v0.92

XmlNamespace.Uri Property

The associated XML namespace URI.

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

See Also

XmlNamespace Class | NAnt.Core.Types Namespace