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