NAnt SDK Documentation - v0.92

XmlNamespaceCollection.Item Property (String)

Gets the XmlNamespace with the specified prefix.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal value As String _
) As XmlNamespace
[C#]
public XmlNamespace this[
   string value
] {get;}

Parameters

value
The prefix of the XmlNamespace to get.

See Also

XmlNamespaceCollection Class | NAnt.Core.Types Namespace | XmlNamespaceCollection.Item Overload List