SupportTicketDetails.ProblemStartTime Property

Definition

Gets or sets time in UTC (ISO 8601 format) when the problem started.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.problemStartTime")]
public DateTime? ProblemStartTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.problemStartTime")>]
member this.ProblemStartTime : Nullable<DateTime> with get, set
Public Property ProblemStartTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to