Для изменения размера нажмите или перетащите

UserConfigurationDictionaryTryGetValue - метод

Gets the value associated with the specified key.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public bool TryGetValue(
	Object key,
	out Object value
)

Параметры

key
Тип: SystemObject
The key whose value to get.
value
Тип: SystemObject
When this method returns, the value associated with the specified key, if the key is found; otherwise, null.

Возвращаемое значение

Тип: Boolean
true if the user configuration dictionary contains the key; otherwise false.
См. также