Share via


MapConfigurationSection.Item Property (String)

 

Gets the configuration setting identified by the specified key.

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

Syntax

public string this[
    string key
] { get; }
public:
property String^ default[
    String^ key
] {
    String^ get(String^ key);
}
member Item : 
        key:string -> string with get
Public ReadOnly Property Item (
    key As String
) As String

Parameters

Property Value

Type: System.String

Returns String.

See Also

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

Return to top