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