TaskType.TotalWorkSpecified Property

Definition

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.

public:
 property bool TotalWorkSpecified { bool get(); void set(bool value); };
public bool TotalWorkSpecified { get; set; }
Public Property TotalWorkSpecified As Boolean

Property Value

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

Applies to