Web.LastItemModifiedDate - Propriété
Gets a value that specifies when an item was last modified in the 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 Web
Dim value As DateTime
value = instance.LastItemModifiedDate
public DateTime LastItemModifiedDate { get; }
Valeur de propriété
Type : System.DateTime
Returns a DateTime instance representing when an item was last modified in the site.
Remarques
The LastItemModifiedDate property applies only to sites that are returned by using the GetSubwebsForCurrentUser method of the Web class.