The number of hours to add to the time to sleep.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Hours As Integer |
| C# |
|---|
| public int Hours { get; set; } |
| C++ |
|---|
| public property int Hours sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_Hours(); /** property */ public void set_Hours(int value); |
| JScript |
|---|
| public function get Hours() : int public function set Hours(value : int); |
See Also
Documentation version 1.0.0.0.