Partager via


List.LastItemModifiedDate - Propriété

Gets a value that specifies the last time a list item, field, or property of the list was modified.

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 Property LastItemModifiedDate As DateTime
    Get
    Set
'Utilisation
Dim instance As List
Dim value As DateTime

value = instance.LastItemModifiedDate

instance.LastItemModifiedDate = value
public DateTime LastItemModifiedDate { get; set; }

Valeur de propriété

Type : System.DateTime
Returns a DateTime instance representing the last time a list item, field, or property of the list was modified.

Remarques

It must return Created if the list has not been modified.

Voir aussi

Référence

List classe

List - Membres

Microsoft.SharePoint.Client - Espace de noms