ITableData.CreatedAt Property

 

Gets or sets the date and time the entity was created.

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

<JsonPropertyAttribute(PropertyName := "__createdAt")>
Property CreatedAt As Nullable(Of DateTimeOffset)

Property Value

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