NAnt SDK Documentation - v0.92

WebMapCollection.Item Property (String)

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.

See Also

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