JsonElement.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Looks up a specific Element from the Json dictionary which had its "id" property set to the same value as the key
public MonoTouch.Dialog.Element this[string key] { get; }
member this.Item(string) : MonoTouch.Dialog.Element
Parameters
- key
- String
Identifier name.
Property Value
Remarks
Use this method to locate elements that you have tagged with an "id" at runtime.