MapLocation.Description Property

Definition

Gets the description of a geographic location.

public:
 property Platform::String ^ Description { Platform::String ^ get(); };
winrt::hstring Description();
public string Description { get; }
var string = mapLocation.description;
Public ReadOnly Property Description As String

Property Value

String

Platform::String

winrt::hstring

The description of a geographic location.

Applies to

See also