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