NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
SleepTask.Hours Property
[This is preliminary documentation and subject to change.]
Hours to add to the sleep time.
[Visual Basic]
<Int32Validator(MinValue:=0, MaxValue:=2147483647, Base:=10), _
TaskAttribute(Name:="hours", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Hours As
Integer
[C#]
[Int32Validator(MinValue=0, MaxValue=2147483647, Base=10)]
[TaskAttribute(Name="hours", Required=False, ExpandProperties=True, ProcessXml=True)]
public
int Hours {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.SleepTask.Hours
See Also
SleepTask Class | NAnt.Core.Tasks Namespace