Question.LastActivityDate 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 the last activity with the question (yyyy-MM-ddTHH:mm:ss.fffZ)
[System.Text.Json.Serialization.JsonPropertyName("last_activity")]
public DateTime? LastActivityDate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("last_activity")>]
member this.LastActivityDate : Nullable<DateTime> with get, set
Public Property LastActivityDate As Nullable(Of DateTime)
Property Value
- Attributes