OfficeTask.DueDate Property

Returns the date when child tasks of the task process are due to be completed.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property DueDate As DateTime
    Get
    Set
'Usage
Dim instance As OfficeTask
Dim value As DateTime

value = instance.DueDate

instance.DueDate = value
[ValidationOptionAttribute(ValidationOption.Required)]
public DateTime DueDate { get; set; }

Property Value

Type: System.DateTime
The due date.

Remarks

If both the DueDate property and the Duration property multiplied by the DurationUnit property indicate values in the future, the sooner of the two values is used as the actual value of the DueDate property. If only one is in the future, that value is returned. If neither is in the future, the DueDate property has no value.

See Also

Reference

OfficeTask Class

OfficeTask Members

Microsoft.Office.Workflow.Actions Namespace