Share via


MapRoute.Route Property

Namespace:  Microsoft.Phone.Maps.Controls
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public Property Route As Route
public Route Route { get; set; }
public:
property Route^ Route {
    Route^ get ();
    void set (Route^ value);
}
member Route : Route with get, set

Property Value

Type: Microsoft.Phone.Maps.Services.Route

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

MapRoute Class

Microsoft.Phone.Maps.Controls Namespace