Project.CreatedDate-Eigenschaft
Ruft das Datum, das Projekt erstellt wurde.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property CreatedDate As DateTime
Get
'Usage
Dim instance As Project
Dim value As DateTime
value = instance.CreatedDate
[RemoteAttribute]
public DateTime CreatedDate { get; }
Eigenschaftswert
Typ: System.DateTime
Das Erstellungsdatum des Projekts.