NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TStampTask.Property Property
[This is preliminary documentation and subject to change.]
The property to receive the date/time string in the given pattern.
[Visual Basic]
<TaskAttribute(Name:="property", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Property As
String
[C#]
[TaskAttribute(Name="property", Required=False, ExpandProperties=True, ProcessXml=True)]
public
string Property {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.TStampTask.Property
See Also
TStampTask Class | NAnt.Core.Tasks Namespace