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

Gets or sets the JToken with the specified property name.

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

Syntax

C#
public JToken this[
	string propertyName
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	propertyName As String _
) As JToken
Visual C++
public:
virtual property JToken^ default[String^ propertyName] {
	JToken^ get (String^ propertyName) sealed;
	void set (String^ propertyName, JToken^ value) sealed;
}

Parameters

propertyName
Type: System..::.String

Field Value

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Item[([(TKey])])

See Also

JObject Class
Item Overload
Facebook.Json.Linq Namespace