Recommendation.NotificationExpirationTime Property

Definition

Gets or sets date and time in UTC when this notification expires.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to