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

WebMapCollection.Item Property (String)

[This is preliminary documentation and subject to change.]

Gets the WebMap with the specified value.

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

Parameters

value
The value of the WebMap to get.

Remarks

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

See Also

WebMapCollection Class | NAnt.VSNet.Types Namespace | WebMapCollection.Item Overload List