次の方法で共有


SubscriptionContract.NotificationDate プロパティ

定義

今後のサブスクリプションの有効期限通知日を取得または設定します。 日付は、ISO 8601 標準で指定されている形式 yyyy-MM-ddTHH:mm:ssZ に準拠しています。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象