JSONObjectItem Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The value associated with the specified key (CLR object's field or property name).
Namespace:
Telogis.GeoBase.Serialization
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Object this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As Object
Get
Set
Parameters
- key
- Type: SystemString
The key to look up.
Return Value
Type:
ObjectThe value associated with the key.
Implements
IDictionaryTKey, TValueItemTKeySee Also