NAnt SDK Documentation - v0.92

CommandLineArgument.SeenValue Property

Gets a value indicating whether a mathing command-line argument was already found.

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

Property Value

true if a matching command-line argument was already found; otherwise, false.

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace