Share via


TagProperty.Timestamp Property

Definition

Gets returns the date and time the tag was added.

[Newtonsoft.Json.JsonProperty(PropertyName="timestamp")]
public DateTime? Timestamp { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timestamp")>]
member this.Timestamp : Nullable<DateTime>
Public ReadOnly Property Timestamp As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to