次の方法で共有


SupportTicketDetails.ModifiedDate プロパティ

定義

サポート チケットが最後に変更された時刻を UTC (ISO 8601 形式) で取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.modifiedDate")]
public DateTime? ModifiedDate { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.modifiedDate")>]
member this.ModifiedDate : Nullable<DateTime>
Public ReadOnly Property ModifiedDate As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象