SharedWorkspaceTask.DueDate Property

Returns or sets the optional due date and time of a SharedWorkspaceTask object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property DueDate As Object
    Get
    Set
'Usage
Dim instance As SharedWorkspaceTask
Dim value As Object

value = instance.DueDate

instance.DueDate = value
Object DueDate { get; set; }

Property Value

Type: System.Object

See Also

Reference

SharedWorkspaceTask Interface

SharedWorkspaceTask Members

Microsoft.Office.Core Namespace