Share via


SPWorkflowTaskProperties.DueDate property

Gets or sets the date and time when the workflow task is due.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property DueDate As DateTime
    Get
    Set
'Usage
Dim instance As SPWorkflowTaskProperties
Dim value As DateTime

value = instance.DueDate

instance.DueDate = value
public DateTime DueDate { get; set; }

Property value

Type: System.DateTime
A DateTime that represents when the task is due.

See also

Reference

SPWorkflowTaskProperties class

SPWorkflowTaskProperties members

Microsoft.SharePoint.Workflow namespace