PlaceInfoCreateOptions.DisplayAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The address associated with the PlaceInfoCreateOptions.