NAnt SDK Documentation - v0.92

CommandLineOptions.Properties Property

Gets or sets the list of properties that should be set.

[Visual Basic]
<CommandLineArgument(Name:="D", ShortName:="null", Description:="Use value for given property", Type:=CommandLineArgumentTypes.MultipleUnique)>
Public ReadOnly Property Properties As NameValueCollection
[C#]
[CommandLineArgument(Name="D", ShortName="null", Description="Use value for given property", Type=CommandLineArgumentTypes.MultipleUnique)]
public System.Collections.Specialized.NameValueCollection Properties {get;}

Property Value

The list of properties that should be set.

See Also

CommandLineOptions Class | NAnt.Core Namespace