Share via


Place.Address Property

Definition

Gets the postal address of where the entity is located

[Newtonsoft.Json.JsonProperty(PropertyName="address")]
public Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress Address { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="address")>]
member this.Address : Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress
Public ReadOnly Property Address As PostalAddress

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to