Question.QuestionUpdatedDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Last time the resource has been updated in the DB. This date does not reflect content updates but any update to any fields of the record. Use content_updated for information about content updates.
[System.Text.Json.Serialization.JsonPropertyName("updated")]
public DateTime? QuestionUpdatedDate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("updated")>]
member this.QuestionUpdatedDate : Nullable<DateTime> with get, set
Public Property QuestionUpdatedDate As Nullable(Of DateTime)
Property Value
- Attributes