Constructors
- JProperty(JProperty) Initializes a new instance of the JProperty class from another JProperty object.
-
JProperty(String,
Object) Initializes a new instance of the JProperty class. -
JProperty(String,
Object[]) Initializes a new instance of the JProperty class.
Methods
-
Load(Json
Reader) static Loads a JProperty from a JsonReader. -
Load(Json
Reader, static Loads a JProperty from a JsonReader.Json Load Settings) -
Load
Async(Json static Asynchronously loads a JProperty from a JsonReader.Reader, Cancellation Token) -
Load
Async(Json static Asynchronously loads a JProperty from a JsonReader.Reader, Json Load Settings, Cancellation Token) -
Write
To(Json virtual Writes this token to a JsonWriter.Writer, Json Converter[]) -
Write
To virtual Writes this token to a JsonWriter asynchronously.Async(Json Writer, Cancellation Token, Json Converter[])
Properties
-
Children
Tokens protectedvirtual Gets the container's children tokens. - Name Gets the property name.
- Type virtual Gets the node type for this JToken.
- Value Gets or sets the property value.