DocumentLibraryVersion.Modified Property

Definition

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.

Applies to