UserRemove Method (String) |
Inherited from IDictionary.
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
) sealed
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
Return Value
Type:
BooleanImplements
IDictionaryTKey, TValueRemove(TKey)
See Also