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

XmlNamespaceCollection.Item Property (String)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.XmlNamespaceCollection.Item(System.String)

See Also

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