DocumentData.UpdatedAt Property

 

Namespace:   Microsoft.Azure.Mobile.Server
Assembly:  Microsoft.Azure.Mobile.Server.Mongo (in Microsoft.Azure.Mobile.Server.Mongo.dll)

Syntax

[TableColumnAttribute(TableColumnType.UpdatedAt)]
public Nullable<DateTimeOffset> UpdatedAt { get; set; }
public:
[TableColumnAttribute(TableColumnType::UpdatedAt)]
property Nullable<DateTimeOffset> UpdatedAt {
    virtual Nullable<DateTimeOffset> get() sealed;
    virtual void set(Nullable<DateTimeOffset> value) sealed;
}
[<TableColumnAttribute(TableColumnType.UpdatedAt)>]
abstract UpdatedAt : Nullable<DateTimeOffset> with get, set
[<TableColumnAttribute(TableColumnType.UpdatedAt)>]
override UpdatedAt : Nullable<DateTimeOffset> with get, set
<TableColumnAttribute(TableColumnType.UpdatedAt)>
Public Property UpdatedAt As Nullable(Of DateTimeOffset)

Property Value

Type: System.Nullable<DateTimeOffset>

Implements

ITableData.UpdatedAt

See Also

DocumentData Class
Microsoft.Azure.Mobile.Server Namespace

Return to top