TaskType.TotalWork Property
The TotalWork property gets or sets an integer value that represents the total amount of work that is associated with the task.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property TotalWork As Integer
Get
Set
'Usage
Dim instance As TaskType
Dim value As Integer
value = instance.TotalWork
instance.TotalWork = value
public int TotalWork { get; set; }
Property Value
Type: System.Int32
The TotalWork property returns an integer value that represents the total amount of work that is associated with the task.
See Also