DocumentLibraryVersion.Modified Property

Returns the date and time at which the specified version of the shared document was last saved to the server.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property Modified As Object
    Get
'Usage
Dim instance As DocumentLibraryVersion
Dim value As Object

value = instance
Object this { get; }

Property Value

Type: System.Object

Remarks

A new version is created on the server each time a user opens the document and is updated when the user saves changes; additional versions are not created each time the user saves changes to the open document. The Modified property of the active document version represents the last time the user saved changes to the open document.

See Also

Reference

DocumentLibraryVersion Interface

DocumentLibraryVersion Members

Microsoft.Office.Core Namespace