NAnt SDK Documentation - v0.92

UpToDateTask.PropertyName Property

Property that will be set to true or false depending on the result of the date check.

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

See Also

UpToDateTask Class | NAnt.Core.Tasks Namespace