NAnt SDK Documentation - v0.92

ProjectEntryCollection.Item Property (String)

Gets the ProjectEntry with the specified GUID.

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

Parameters

guid
The GUID of the ProjectEntry to get.

Remarks

Performs a case-insensitive lookup.

See Also

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