Share via


MapConfigurationSection.Contains Method (String)

 

Returns a bool indicating if the configuration setting identified by the specified key is in the map configuration.

Namespace:   Microsoft.Maps.MapControl.WPF.Core
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public bool Contains(
    string key
)
public:
bool Contains(
    String^ key
)
member Contains : 
        key:string -> bool
Public Function Contains (
    key As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

Returns Boolean.

See Also

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

Return to top