NAnt SDK Documentation - v0.92

CommandLineArgument.Property Property

Gets the property that backs the argument.

[Visual Basic]
Public ReadOnly Property Property As PropertyInfo
[C#]
public System.Reflection.PropertyInfo Property {get;}

Property Value

The property that backs the arguments.

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace