DocumentData.CreatedAt Property

Definition

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

Property Value

Implements

Attributes

Applies to