NAnt SDK Documentation - v0.92

CommandLineArgument.AllowMultiple Property

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.

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace