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

CommandLineOptions.Properties Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.CommandLineOptions.Properties

See Also

CommandLineOptions Class | NAnt.Core Namespace