Question.ContentUpdatedDate Property

Definition

Timestamp indicating when the question's content or attachments were last updated (yyyy-MM-ddTHH:mm:ss.fffZ)

[System.Text.Json.Serialization.JsonPropertyName("content_updated")]
public DateTime? ContentUpdatedDate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("content_updated")>]
member this.ContentUpdatedDate : Nullable<DateTime> with get, set
Public Property ContentUpdatedDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to