Folder.TimeLastModified property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TimeLastModified As DateTime
Get
'Usage
Dim instance As Folder
Dim value As DateTime
value = instance.TimeLastModified
public DateTime TimeLastModified { get; }
Property value
Type: System.DateTime