Place.Address Property

Definition

Address of the place (may be string or complex object of type PostalAddress).

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Agents.Core.Serialization.Converters.ObjectTypeConverter))]
public object Address { get; set; }
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Agents.Core.Serialization.Converters.ObjectTypeConverter))>]
member this.Address : obj with get, set
Public Property Address As Object

Property Value

Attributes

Applies to