次の方法で共有


SupportTicketDetails.ProblemStartTime プロパティ

定義

問題の開始時の UTC (ISO 8601 形式) の時刻を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象