PhoneNumberDictionaryTryGetValue - метод
Tries to get the phone number associated with the specified key.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public bool TryGetValue(
PhoneNumberKey key,
out string phoneNumber
)
Public Function TryGetValue (
key As PhoneNumberKey,
<OutAttribute> ByRef phoneNumber As String
) As Boolean
public:
bool TryGetValue(
PhoneNumberKey key,
[OutAttribute] String^% phoneNumber
)
member TryGetValue :
key : PhoneNumberKey *
phoneNumber : string byref -> bool
- key PhoneNumberKey
- The key.
- phoneNumber String
-
When this method returns, contains the phone number associated with the specified key,
if the key is found; otherwise, null. This parameter is passed uninitialized.
Boolean
true if the Dictionary contains a phone number associated with the specified key; otherwise, false.