Share via


StatusDelegateTaskPostEventArgs.StartDate property

Gets the start date of the delegation of a task.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public ReadOnly Property StartDate As DateTime
    Get
'Usage
Dim instance As StatusDelegateTaskPostEventArgs
Dim value As DateTime

value = instance.StartDate
public DateTime StartDate { get; }

Property value

Type: System.DateTime

See also

Reference

StatusDelegateTaskPostEventArgs class

StatusDelegateTaskPostEventArgs members

Microsoft.Office.Project.Server.Events namespace