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)
Usage
Dim documentLibraryVersion1 As DocumentLibraryVersion
Dim returnValue As Object
returnValue = documentLibraryVersion1.Modified
Syntax
ReadOnly Property Modified() As Object
object Modified {get;}
property Object^ Modified{
Object^ get();
}
public System.Object get_Modified();
function get Modified() : 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
DocumentLibraryVersion Interface
Microsoft.Office.Core Namespace