NAnt SDK Documentation - v0.92

ProjectBaseCollection.Item Property (String)

Gets the ProjectBase with the specified GUID.

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

Parameters

guid
The GUID of the ProjectBase to get.

Remarks

Performs a case-insensitive lookup.

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace | ProjectBaseCollection.Item Overload List