StorageData.UpdatedAt Property

 

This property timestamp at which the entity was created. By setting this property, the M:Timestamp property is updated as well. The property is not mapped to the actual storage table as the information is maintained by the timestamp property.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)

[IgnorePropertyAttribute]
[NotMappedAttribute]
public Nullable<DateTimeOffset> UpdatedAt { get; set; }

Property Value

Type: System.Nullable<DateTimeOffset>
Return to top
Show: