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
Property Value
The list of properties that should be set.
See Also
CommandLineOptions Class | NAnt.Core Namespace