Share via


Restaurant.AcceptsReservations Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="acceptsReservations")]
public bool? AcceptsReservations { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="acceptsReservations")>]
member this.AcceptsReservations : Nullable<bool>
Public ReadOnly Property AcceptsReservations As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to