NAnt SDK Documentation - v0.92

TStampTask.Property Property

The property to receive the date/time string in the given pattern.

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

See Also

TStampTask Class | NAnt.Core.Tasks Namespace