Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Linq
JObject Class
JObject Methods
Remove Method
Remove Method (String)
JObject
Remove Method (String)
Removes the property with the specified name.
Namespace:
Newtonsoft.Json.Linq
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
bool
Remove
(
string
propertyName
)
Parameters
propertyName
Type:
System
String
Name of the property.
Return Value
Type:
Boolean
true
if item was successfully removed; otherwise,
false
.
Implements
IDictionary
TKey, TValue
Remove(TKey)
See Also
Reference
JObject Class
Remove Overload
Newtonsoft.Json.Linq Namespace
Json.NET Home