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

CommandLineArgument.SeenValue Property

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace