ProjectResource.Modified property

Gets the date of modification.

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

Syntax

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

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

Property value

Type: System.DateTime
The date of modification.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace