SPList.LastItemModifiedDate - Propriété
Gets the date and time that an item, field, or property of the list was last modified.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property LastItemModifiedDate As DateTime
Get
Friend Set
'Utilisation
Dim instance As SPList
Dim value As DateTime
value = instance.LastItemModifiedDate
public DateTime LastItemModifiedDate { get; internal set; }
Valeur de propriété
Type : System.DateTime
A System.DateTime object that indicates the date and time.