UserConfigurationDictionaryAdd - метод |
Adds an element with the provided key and value to the user configuration dictionary.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public void Add(
Object key,
Object value
)
Public Sub Add (
key As Object,
value As Object
)
public:
void Add(
Object^ key,
Object^ value
)
member Add :
key : Object *
value : Object -> unit
Параметры
- key
- Тип: SystemObject
The object to use as the key of the element to add. - value
- Тип: SystemObject
The object to use as the value of the element to add.
См. также