Assignment.Created property

Gets the date when the assignment was created.

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 Assignment
Dim value As DateTime

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

Property value

Type: System.DateTime
The date of creation.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace