TaskType.TotalWorkSpecified Property

The TotalWorkSpecified property gets or sets a Boolean value that specifies whether the TotalWork property is serialized into the SOAP request. This property is required if the TotalWork property is specified.

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

Syntax

'Declaration
Public Property TotalWorkSpecified As Boolean
    Get
    Set
'Usage
Dim instance As TaskType
Dim value As Boolean

value = instance.TotalWorkSpecified

instance.TotalWorkSpecified = value
public bool TotalWorkSpecified { get; set; }

Property Value

Type: System.Boolean
The TotalWorkSpecified property returns true if the TotalWork property is serialized into the SOAP request; otherwise, the property returns false.