Remove Method (propertyName)

Json.NET

Json.NET - Quick Starts & API Documentation Remove Method (propertyName)
NamespacesNewtonsoft.Json.LinqJObjectRemove(String)
Removes the property with the specified name.
Declaration Syntax
C# Visual Basic Visual C++
public bool Remove(
	string propertyName
)
Public Function Remove ( _
	propertyName As String _
) As Boolean
public:
virtual bool Remove(
	String^ propertyName
) sealed
Parameters
propertyName (String)
Name of the property.
Return Value
true if item was successfully removed; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)