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

Gets a JProperty the specified name.

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

Syntax

C#
public JProperty Property(
	string name
)
Visual Basic (Declaration)
Public Function Property ( _
	name As String _
) As JProperty
Visual C++
public:
JProperty^ Property(
	String^ name
)

Parameters

name
Type: System..::.String
The property name.

Return Value

A JProperty with the specified name or null.

See Also

JObject Class
Facebook.Json.Linq Namespace