MapRouteManeuver.ExitNumber Property

Definition

Gets the exit number of route maneuver.

public:
 property Platform::String ^ ExitNumber { Platform::String ^ get(); };
winrt::hstring ExitNumber();
public string ExitNumber { get; }
var string = mapRouteManeuver.exitNumber;
Public ReadOnly Property ExitNumber As String

Property Value

String

Platform::String

winrt::hstring

The exit number of route maneuver.

Applies to

See also