GuidanceRoadSignpost.ExitNumber Property

Definition

Gets the exit number written on the sign.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.

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

Property Value

String

Platform::String

winrt::hstring

The exit number written on the sign. If no data is available, this value returns null.

Applies to