NAnt SDK Documentation - v0.92

Formatter.Property Property

The name of the NAnt property to set.

[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Required:=True, Name:="property", ExpandProperties:=True, ProcessXml:=True)>
Public Property Property As String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=True, Name="property", ExpandProperties=True, ProcessXml=True)]
public string Property {get; set;}

See Also

Formatter Class | NAnt.Core.Types Namespace