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