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

EnvironmentVariableCollection.Item Property (String)

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

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