UserConfigurationDictionaryTryGetValue - метод
Gets the value associated with the specified key.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 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.
Booleantrue if the user configuration dictionary contains the key; otherwise false.