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

Argument.Value Property

[This is preliminary documentation and subject to change.]

A single command-line argument; can contain space characters.

[Visual Basic]
<TaskAttribute(Name:="value", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Value As String
[C#]
[TaskAttribute(Name="value", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Value {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.Argument.Value

See Also

Argument Class | NAnt.Core.Types Namespace