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

CommandLineArgument.Unique Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether the argument can only be specified once with a certain value.

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

Property Value

true if the argument should always have a unique value; otherwise, false.

Remarks

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

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace