PlaceInfo.DisplayAddress Property

Definition

Gets the address associated with the PlaceInfo.

public:
 property Platform::String ^ DisplayAddress { Platform::String ^ get(); };
winrt::hstring DisplayAddress();
public string DisplayAddress { get; }
var string = placeInfo.displayAddress;
Public ReadOnly Property DisplayAddress As String

Property Value

String

Platform::String

winrt::hstring

The address associated with the PlaceInfo.

Applies to