Gets the date and time the document was modified.
public string ModificationDate {get;}
public: __property string* get_ModificationDate();
'Declaration
Public ReadOnly Property ModificationDate As String
'Usage
Dim instance As DocumentMetadata
Dim value As String
value = instance.ModificationDate
Property Value
A string value which represents the last modified date and time of the document.