Share via


Restaurant.ServesCuisine Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="servesCuisine")]
public System.Collections.Generic.IList<string> ServesCuisine { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="servesCuisine")>]
member this.ServesCuisine : System.Collections.Generic.IList<string>
Public ReadOnly Property ServesCuisine As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to