DocumentData.UpdatedAt Property

Definition

[Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumn(Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType.UpdatedAt)]
public DateTimeOffset? UpdatedAt { get; set; }
[<Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumn(Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType.UpdatedAt)>]
member this.UpdatedAt : Nullable<DateTimeOffset> with get, set
Public Property UpdatedAt As Nullable(Of DateTimeOffset)

Property Value

Implements

Attributes

Applies to