de la propiedad Project.LastSavedDate
Obtiene la fecha más reciente cuando se guardó el proyecto.
Espacio de nombres: Microsoft.ProjectServer.Client
Ensamblado: Microsoft.ProjectServer.Client (en Microsoft.ProjectServer.Client.dll)
Sintaxis
'Declaración
<RemoteAttribute> _
Public ReadOnly Property LastSavedDate As DateTime
Get
'Uso
Dim instance As Project
Dim value As DateTime
value = instance.LastSavedDate
[RemoteAttribute]
public DateTime LastSavedDate { get; }
Valor de propiedad
Tipo: System.DateTime
La fecha más reciente cuando se guardó el proyecto.