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

Removes the property with the specified name.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public bool Remove(
	string propertyName
)
Visual Basic (Declaration)
Public Function Remove ( _
	propertyName As String _
) As Boolean
Visual C++
public:
virtual bool Remove(
	String^ propertyName
) sealed

Parameters

propertyName
Type: System..::.String
Name of the property.

Return Value

true if item was successfully removed; otherwise, false.

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Remove(TKey)

See Also

JObject Class
Remove Overload
Facebook.Json.Linq Namespace