Share via


TaskType.ActualWork Property

The ActualWork property gets or sets an integer value that specifies the actual amount of time that is spent on a task.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ActualWork As Integer
    Get
    Set
'Usage
Dim instance As TaskType
Dim value As Integer

value = instance.ActualWork

instance.ActualWork = value
public int ActualWork { get; set; }

Property Value

Type: System.Int32
The ActualWork property returns an integer value that specifies the actual amount of time that is spent on a task.