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

Gets an IEnumerable<(Of <(T>)>) of this object's properties.

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

Syntax

C#
public IEnumerable<JProperty> Properties()
Visual Basic (Declaration)
Public Function Properties As IEnumerable(Of JProperty)
Visual C++
public:
IEnumerable<JProperty^>^ Properties()

Return Value

An IEnumerable<(Of <(T>)>) of this object's properties.

See Also

JObject Class
Facebook.Json.Linq Namespace