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

CommandLineArgument.Property Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Util.CommandLineArgument.Property

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace