TaskType.CompleteDateSpecified Property

Definition

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

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

Property Value

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

Applies to