WebInformation.LastItemModifiedDate - Propriété
Obtient la date et l'heure auxquelles un élément a été modifié en dernier dans le site.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property LastItemModifiedDate As DateTime
Get
'Utilisation
Dim instance As WebInformation
Dim value As DateTime
value = instance.LastItemModifiedDate
public DateTime LastItemModifiedDate { get; }
Valeur de propriété
Type : System.DateTime
La date et l'heure de dernière modification d'un élément.