JsonObject.Remove method

Removes a specific key-value pair from the JsonObject.

Syntax

public bool Remove(
  KeyValuePair<String,IJsonValue> key
)
Public Function Remove(
  key As KeyValuePair(Of String,IJsonValue) 
) As Boolean

Parameters

Return value

Type: System.Boolean

true if the item was removed, otherwise false.

Requirements (Windows 10 device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.Data.Json

Requirements (Windows 8.x and Windows Phone 8.x)

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]

Namespace

Windows.Data.Json

See also

JsonObject