[This is preliminary documentation and subject to change.]
Sets the value of the argument on the specified object.
Missing <remarks> documentation for M:NAnt.Core.Util.CommandLineArgument.Finish(System.Object)
Exception Type | Condition |
---|---|
CommandLineArgumentException | The argument is required and no value was specified. |
NotSupportedException |
The matching property is collection-based, but is not initialized and cannot be written to. -or- The matching property is collection-based, but has no strongly-typed Add method. -or- The matching property is collection-based, but the signature of the Add method is not supported. |
CommandLineArgument Class | NAnt.Core.Util Namespace