[This is preliminary documentation and is subject to change.]

Gets the JToken with the specified key.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public override JToken this[
	Object key
] { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Default Property Item ( _
	key As Object _
) As JToken
Visual C++
public:
virtual property JToken^ default[Object^ key] {
	JToken^ get (Object^ key) override;
}

Parameters

key
Type: System..::.Object

Field Value

The JToken with the specified key.

See Also

JConstructor Class
Facebook.Json.Linq Namespace