ResourceModifiedDate Property
The last time the resource was modified on Dropbox.
Syntax
[VB.NET] Public ReadOnlyProperty ResourceModifiedDate As String
[C#] public string ResourceModifiedDate {get;}
Remarks
This property indicates the last time the file was modified on Dropbox. Dates are represented in the ISO 8601
combined date and time format. For instance:
2015-09-22T15:33:06Z
This property is read-only and not available at design time.
Default Value
""