PlaceInfoCreateOptions.DisplayAddress Property

Definition

Gets the address associated with the PlaceInfoCreateOptions.

public:
 property Platform::String ^ DisplayAddress { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DisplayAddress();

void DisplayAddress(winrt::hstring value);
public string DisplayAddress { get; set; }
var string = placeInfoCreateOptions.displayAddress;
placeInfoCreateOptions.displayAddress = string;
Public Property DisplayAddress As String

Property Value

String

Platform::String

winrt::hstring

The address associated with the PlaceInfoCreateOptions.

Applies to