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

CommandLineArgument.IsExclusive Property

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace