DocumentLibraryVersion.Modified Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the date and time at which the specified version of the shared document was last saved to the server.
public:
property System::Object ^ default { System::Object ^ get(); };
public object this { get; }
member this.Modified : obj
Default Public ReadOnly Property Modified As Object
Property Value
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.