EnterpriseResource.Created property

Gets the date and time when an enterprise resource 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 EnterpriseResource
Dim value As DateTime

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

Property value

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

See also

Reference

EnterpriseResource class

EnterpriseResource members

Microsoft.ProjectServer.Client namespace