次の方法で共有


ReservationProperties.ExpiryDate プロパティ

定義

予約の有効期限が切れる日付を取得または設定します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="expiryDate")]
public DateTime? ExpiryDate { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="expiryDate")>]
member this.ExpiryDate : Nullable<DateTime> with get, set
Public Property ExpiryDate As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象