共用方式為


RecommendationInner.NextNotificationTime 屬性

定義

取得或設定在 UTC 下一次通知此建議的時機。 Null 表示永遠不會再收到通知。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於