GeographicRegion.DisplayName Property

Definition

Gets a localized string that is suitable for display to the user for identifying the region.

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

Property Value

String

Platform::String

winrt::hstring

The localized name of the region.

Applies to