DocumentData.CreatedAt Property
Namespace: Microsoft.Azure.Mobile.Server
Assembly: Microsoft.Azure.Mobile.Server.Mongo (in Microsoft.Azure.Mobile.Server.Mongo.dll)
Syntax
[TableColumnAttribute(TableColumnType.CreatedAt)]
public Nullable<DateTimeOffset> CreatedAt { get; set; }
public:
[TableColumnAttribute(TableColumnType::CreatedAt)]
property Nullable<DateTimeOffset> CreatedAt {
virtual Nullable<DateTimeOffset> get() sealed;
virtual void set(Nullable<DateTimeOffset> value) sealed;
}
[<TableColumnAttribute(TableColumnType.CreatedAt)>]
abstract CreatedAt : Nullable<DateTimeOffset> with get, set
[<TableColumnAttribute(TableColumnType.CreatedAt)>]
override CreatedAt : Nullable<DateTimeOffset> with get, set
<TableColumnAttribute(TableColumnType.CreatedAt)>
Public Property CreatedAt As Nullable(Of DateTimeOffset)
Property Value
Type: System.Nullable<DateTimeOffset>
Implements
See Also
DocumentData Class
Microsoft.Azure.Mobile.Server Namespace
Return to top