NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
UpToDateTask.PropertyName Property
[This is preliminary documentation and subject to change.]
Property that will be set to true or false depending on the result of the date check.
[Visual Basic]
<TaskAttribute(Name:="property", Required:=True, ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property PropertyName As
String
[C#]
[TaskAttribute(Name="property", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string PropertyName {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.UpToDateTask.PropertyName
See Also
UpToDateTask Class | NAnt.Core.Tasks Namespace