ProjectResource.Start property

Gets the date when an assigned resource is scheduled to begin working on a task.

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

Syntax

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

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

Property value

Type: System.DateTime
The date when the project resource starts working.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace