SPListItemLastModifiedDate.LastItemModifiedDate-Eigenschaft
Ruft Datum und Uhrzeit der Änderung das letzte Element der Liste abgefragt wird.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LastItemModifiedDate As Nullable(Of DateTime)
Get
Friend Set
'Usage
Dim instance As SPListItemLastModifiedDate
Dim value As Nullable(Of DateTime)
value = instance.LastItemModifiedDate
public Nullable<DateTime> LastItemModifiedDate { get; internal set; }
Eigenschaftswert
Typ: System.Nullable<DateTime>
Siehe auch
Referenz
SPListItemLastModifiedDate Klasse