次の方法で共有


Recommendation.NotificationExpirationTime プロパティ

定義

この通知の有効期限が切れる日時を UTC で取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象