| StorageObjectModifiedOn Property |
Server generated timestamp when the StorageObject was last updated.
Namespace: Oracle.Cloud.Mobile.StorageAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Nullable<DateTime> ModifiedOn { get; }Public ReadOnly Property ModifiedOn As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> ModifiedOn {
Nullable<DateTime> get ();
}member ModifiedOn : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
See Also