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
)
Public Function TryGetValue (
key As Object,
<OutAttribute> ByRef value As Object
) As Boolean
public:
bool TryGetValue(
Object^ key,
[OutAttribute] Object^% value
)
member TryGetValue :
key : Object *
value : Object byref -> bool
Параметры
- 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.
Возвращаемое значение
Тип:
Booleantrue if the user configuration dictionary contains the key; otherwise false.
См. также