Summary
Assigns the specified value to the argument.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- CommandLineArgument
Syntax
public void SetValue(string value)
Parameters
Name | Type | Description |
---|---|---|
value | string | The value that should be assigned to the argument. |
Return Value
Type | Description |
---|---|
void |