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

The JProperty type exposes the following members.

Properties

  NameDescription
Content (Inherited from JContainer.)
First
Get the first child token of this token.
(Inherited from JContainer.)
HasValues
Gets a value indicating whether this token has childen tokens.
(Inherited from JContainer.)
Item
Gets the JToken with the specified key.
(Inherited from JToken.)
Last
Get the last child token of this token.
(Inherited from JContainer.)
Name
Gets the property name.
Next
Gets the next sibling token of this node.
(Inherited from JToken.)
Parent
Gets or sets the parent.
(Inherited from JToken.)
Previous
Gets the previous sibling token of this node.
(Inherited from JToken.)
Root
Gets the root JToken of this JToken.
(Inherited from JToken.)
Type
Gets the node type for this JToken.
(Overrides JToken..::.Type.)
Value
Gets or sets the property value.

Explicit Interface Implementations

  NameDescription
IJEnumerable<(Of <(JToken>)>)..::.Item (Inherited from JToken.)
IJsonLineInfo..::.LineNumber (Inherited from JToken.)
IJsonLineInfo..::.LinePosition (Inherited from JToken.)

See Also

JProperty Class
Facebook.Json.Linq Namespace