NAnt SDK Documentation - v0.92

CommandLineArgument.IsNameValueCollection Property

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.

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace