StorageObjectCreatedOn Property |
Server generated timestamp when the StorageObject was created.
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> CreatedOn { get; }
Public ReadOnly Property CreatedOn As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> CreatedOn {
Nullable<DateTime> get ();
}
member CreatedOn : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
See Also