ITableEntity.Timestamp Property

Definition

Gets or sets the entity's timestamp.

public DateTimeOffset Timestamp { get; set; }
member this.Timestamp : DateTimeOffset with get, set
Public Property Timestamp As DateTimeOffset

Property Value

The entity's timestamp. The property is populated by the Microsoft Azure Table Service.

Applies to