Gets or sets the element with the specified key.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic JsonValue this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As JsonValue
Get
Set
Parameters
- key
- Type: SystemString
The key of the element to get or set.
Property Value
Type:
JsonValueThe element with the specified key.
Implements
IDictionaryTKey, TValueItemTKey
Exceptions
See Also