次の方法で共有


RecommendationInner.NotifiedTime プロパティ

定義

このインスタンスが実際に通知された UTC の最後のタイムスタンプを取得または設定します。 Null は、この推奨事項がまだ通知されていないことを意味します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象