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.
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
key
Type: System.StringThe configuration setting key.
Property Value
Type: System.String
Returns String.
See Also
MapConfigurationSection Class
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top