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

CommandLineArgument.SetValue Method 

[This is preliminary documentation and subject to change.]

Assigns the specified value to the argument.

[Visual Basic]
Public Sub SetValue( _
   ByVal value As String _
)
[C#]
public void SetValue(
   string value
);

Parameters

value
The value that should be assigned to the argument.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Util.CommandLineArgument.SetValue(System.String)

Exceptions

Exception Type Condition
CommandLineArgumentException

Duplicate argument.

-or-

Invalid value.

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace