ITableData.UpdatedAt Property

 

Gets or sets the date and time the entity was last modified.

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

<JsonPropertyAttribute(PropertyName := "__updatedAt")>
Property UpdatedAt As Nullable(Of DateTimeOffset)

Property Value

Type: System.Nullable(Of DateTimeOffset)
Return to top
Show: