Freigeben über


Records.RecordDeclarationDate-Methode

Ruft die Datensatzdeklaration Datum des angegebenen Elements ab.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Shared Function RecordDeclarationDate ( _
    item As SPListItem _
) As Nullable(Of DateTime)
'Usage
Dim item As SPListItem
Dim returnValue As Nullable(Of DateTime)

returnValue = Records.RecordDeclarationDate(item)
public static Nullable<DateTime> RecordDeclarationDate(
    SPListItem item
)

Parameter

Rückgabewert

Typ: System.Nullable<DateTime>
Gibt Nullable<T>zurück.

Siehe auch

Referenz

Records Klasse

Records-Member

Microsoft.Office.RecordsManagement.RecordsRepository-Namespace