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

FrameworkInfo.EnvironmentVariables Property

[This is preliminary documentation and subject to change.]

Gets or sets the collection of environment variables that should be passed to external programs that are launched in the runtime engine of the current framework.

[Visual Basic]
Public Property EnvironmentVariables As EnvironmentVariableCollection
[C#]
public Types.EnvironmentVariableCollection EnvironmentVariables {get; set;}

Property Value

The collection of environment variables that should be passed to external programs that are launched in the runtime engine of the current framework.

Remarks

Missing <remarks> documentation for P:NAnt.Core.FrameworkInfo.EnvironmentVariables

See Also

FrameworkInfo Class | NAnt.Core Namespace