Share via


Recommendation.NextNotificationTime Property

Definition

Gets or sets when to notify this recommendation next in UTC. Null means that this will never be notified anymore.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to