UserAdd Method (String, 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 void Add(
string key,
string value
)
Public Sub Add (
key As String,
value As String
)
public:
virtual void Add(
String^ key,
String^ value
) sealed
abstract Add :
key : string *
value : string -> unit
override Add :
key : string *
value : string -> unit
Parameters
- key
- Type: SystemString
- value
- Type: SystemString
Implements
IDictionaryTKey, TValueAdd(TKey, TValue)
See Also