Share via


PublishedTask.ActualStart property

Gets the date and time that the task actually began, based on progress information that was entered.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ActualStart As DateTime
    Get
'Usage
Dim instance As PublishedTask
Dim value As DateTime

value = instance.ActualStart
[RemoteAttribute]
public DateTime ActualStart { get; }

Property value

Type: System.DateTime
The actual start date and time.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace