DocumentData.CreatedAt Property
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Mongo (in Microsoft.WindowsAzure.Mobile.Service.Mongo.dll)
Syntax
[TableColumnAttribute(TableColumnType.CreatedAt)]
public Nullable<DateTimeOffset> CreatedAt {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
[TableColumnAttribute(TableColumnType::CreatedAt)]
property Nullable<DateTimeOffset> CreatedAt {
[CompilerGeneratedAttribute]
virtual Nullable<DateTimeOffset> get() sealed;
[CompilerGeneratedAttribute]
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.WindowsAzure.Mobile.Service Namespace
Return to top