PublishedAssignment.ActualStart property
Gets the date and time that the assignment 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 PublishedAssignment
Dim value As DateTime
value = instance.ActualStart
[RemoteAttribute]
public DateTime ActualStart { get; }
Property value
Type: System.DateTime
The actual start date and time.