다음을 통해 공유


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

적용 대상