DraftAssignment.ActualStart property
Gets or sets 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 Property ActualStart As DateTime
Get
Set
'Usage
Dim instance As DraftAssignment
Dim value As DateTime
value = instance.ActualStart
instance.ActualStart = value
[RemoteAttribute]
public DateTime ActualStart { get; set; }
Property value
Type: System.DateTime
The actual start date and time.