NAnt SDK Documentation - v0.92

CommandLineArgument.IsExclusive Property

Gets a value indicating whether the argument cannot be combined with other arguments.

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

Property Value

true if the argument cannot be combined with other arguments; otherwise, false.

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace