次の方法で共有


SupportTicketDetails.CreatedDate プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象