NAnt SDK Documentation - v0.92

EnvironmentVariableCollection.Item Property (String)

Gets the EnvironmentVariable with the specified name.

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

Parameters

name
The name of the EnvironmentVariable to get.

See Also

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