Removes the value with the specified key from the UniValue.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- key
- Type: System String
The key of the element to remove.
Return Value
Type: Booleantrue if the element is successfully found and removed; otherwise, false. This method returns false if key is not found in the UniValue or is not collection (IsCollection is false).
See Also