UserConfigurationDictionaryTryGetValue - метод

Gets the value associated with the specified key.

Definition

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

Параметры

key  Object
The key whose value to get.
value  Object
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.

См. также