Question.ContentUpdatedDate 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.
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