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