Share via


PublishedTask.Start property

Gets the date when an assigned resource is scheduled to begin working on the 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 PublishedTask
Dim value As DateTime

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

Property value

Type: System.DateTime
The task start date.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace