Json.NET - Quick Starts & API Documentation
JProperty Class
NamespacesNewtonsoft.Json.LinqJProperty
Represents a JSON property.
Declaration Syntax
C#Visual BasicVisual C++
public class JProperty : JContainer
Public Class JProperty _
	Inherits JContainer
public ref class JProperty : public JContainer
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
JProperty(JProperty)
Initializes a new instance of the JProperty class from another JProperty object.

JProperty(String)
Initializes a new instance of the JProperty class.

JProperty(String, Object)
Initializes a new instance of the JProperty class.

Add(Object)
Adds the specified content as children of this JToken.
(Inherited from JContainer.)
AddFirst(Object)
Adds the specified content as the first children of this JToken.
(Inherited from JContainer.)
AfterSelf()()()
Returns a collection of the sibling tokens after this token, in document order.
(Inherited from JToken.)
Ancestors()()()
Returns a collection of the ancestor tokens of this token.
(Inherited from JToken.)
BeforeSelf()()()
Returns a collection of the sibling tokens before this token, in document order.
(Inherited from JToken.)
Children()()()
Returns a collection of the child tokens of this token, in document order.
(Inherited from JContainer.)
CreateWriter()()()
Creates an JsonWriter that can be used to add tokens to the JToken.
(Inherited from JContainer.)
Descendants()()()
Returns a collection of the descendant tokens for this token in document order.
(Inherited from JContainer.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
First
Get the first child token of this token.
(Inherited from JContainer.)
GetEnumerator()()()
Returns an enumerator that iterates through a collection.
(Inherited from JToken.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasValues
Gets a value indicating whether this token has childen tokens.
(Inherited from JContainer.)
Item[([(Object])])
Gets the JToken with the specified key.
(Inherited from JToken.)
Last
Get the last child token of this token.
(Inherited from JContainer.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.)
Remove()()()
Removes this token from its parent.
(Inherited from JToken.)
RemoveAll()()()
Removes the child nodes from this token.
(Inherited from JContainer.)
Replace(JToken)
Replaces this token with the specified token.
(Inherited from JToken.)
ReplaceAll(Object)
Replaces the children nodes of this token with the specified content.
(Inherited from JContainer.)
Root
Gets the root JToken of this JToken.
(Inherited from JToken.)
ToString()()()
Returns the indented JSON for this token.
(Inherited from JToken.)
Type
Gets the node type for this JToken.
(Overrides JToken.Type.)
Value
Gets or sets the property value.

Value<(Of <(T>)>)(Object)
Gets the JToken with the specified key converted to the specified type.
(Inherited from JToken.)
Values<(Of <(T>)>)()()()
Returns a collection of the child values of this token, in document order.
(Inherited from JContainer.)
WriteTo(JsonWriter, array<JsonConverter>[]()[])
Writes this token to a JsonWriter.
(Overrides JToken.WriteTo(JsonWriter, array<JsonConverter>[]()[]).)
Inheritance Hierarchy
Object
JToken
 JContainer
  JProperty

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.0.0.0 (3.0.0.0)