ProjectResource.Created property

Gets the date and time when the task was added to the project.

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

Syntax

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

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

Property value

Type: System.DateTime
The date and time when the task was added.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace