Returns value which belongs to the key attribute.
Namespace:
Ptv.XServer.Controls.Map.TileProviders
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public string this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As String
Get
public:
property String^ default[String^ key] {
String^ get (String^ key);
}
member Item : string with get
Parameters
- key
- Type: SystemString
Key of the corresponding key/value pair.
Return Value
Type:
StringValue of the corresponding key/value pair.
See Also