SPList.LastItemDeletedDate - Propriété
Gets the date and time that an item in the list was last deleted.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property LastItemDeletedDate As DateTime
Get
'Utilisation
Dim instance As SPList
Dim value As DateTime
value = instance.LastItemDeletedDate
public DateTime LastItemDeletedDate { get; }
Valeur de propriété
Type : System.DateTime
A System.DateTime object that indicates the date and time.