PlaceInfo.DisplayName Property

Definition

Gets the display name associated with the PlaceInfo.

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

Property Value

String

Platform::String

winrt::hstring

The display name associated with the PlaceInfo.

Applies to