Share via


LocationInformation.Address Property

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public Property Address As MapAddress
public MapAddress Address { get; internal set; }
public:
property MapAddress^ Address {
    MapAddress^ get ();
    internal: void set (MapAddress^ value);
}
member Address : MapAddress with get, internal set

Property Value

Type: Microsoft.Phone.Maps.Services.MapAddress

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

LocationInformation Class

Microsoft.Phone.Maps.Services Namespace