Hotel.Amenities Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to