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

CommandLineArgument.IsNameValueCollection Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether the argument is a set of name/value pairs.

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

Property Value

true if the argument is backed by a Type that can be assigned to NameValueCollection; otherwise, false.

Remarks

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

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace