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

CommandLineArgument.AllowMultiple Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether the argument can be specified multiple times.

[Visual Basic]
Public ReadOnly Property AllowMultiple As Boolean
[C#]
public bool AllowMultiple {get;}

Property Value

true if the argument may be specified multiple times; otherwise, false.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Util.CommandLineArgument.AllowMultiple

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace