NAnt SDK Documentation - v0.92 |
|
EnvironmentVariable Constructor (String, String)
Initializes a EnvironmentVariable instance with the specified name and value.
[Visual Basic]
Overloads Public Sub New( _
ByVal
name As
String, _
ByVal
value As
String _
)
[C#]
public EnvironmentVariable(
string name,
string value);
Parameters
-
name
- The name of the environment variable.
-
value
- The value of the environment variable.
See Also
EnvironmentVariable Class | NAnt.Core.Types Namespace | EnvironmentVariable Constructor Overload List