NAnt SDK Documentation - v0.92

CommandLineArgument.Unique Property

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.

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace