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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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