Share via


MapConfiguration.SetServiceUri Method (Uri)

 

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.Uri

    The URI of the configuration service.

See Also

MapConfiguration Class
Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top