This topic has not yet been rated - Rate this topic

StatusAssignment.ActualStart property

Office 2013

Gets or sets the date and time that an assignment actually began, based on progress information that was entered.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
<RemoteAttribute> _
Public Property ActualStart As DateTime
	Get
	Set
Dim instance As StatusAssignment
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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.