Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the URI of the configuration service.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static void SetServiceUri(
Uri address
)
public:
static void SetServiceUri(
Uri^ address
)
static member SetServiceUri :
address:Uri -> unit
Public Shared Sub SetServiceUri (
address As Uri
)
Parameters
address
Type: System.UriThe URI of the configuration service.
See Also
MapConfiguration Class
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top