C#C++F#VB
ITableEntity.Timestamp PropertyITableEntity::Timestamp PropertyITableEntity.Timestamp PropertyITableEntity.Timestamp Property
Gets or sets the entity's timestamp.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
property DateTimeOffset Timestamp { DateTimeOffset get(); void set(DateTimeOffset value); }
Property Value
Type: System.DateTimeOffsetSystem::DateTimeOffsetSystem.DateTimeOffsetSystem.DateTimeOffsetThe entity's timestamp. The property is populated by the Windows Azure Table Service.