TaskType.ActualWorkSpecified Property

Definition

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

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

Property Value

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

Applies to