PhysicalAddressDictionaryItem - свойство
Gets or sets the physical address at the specified key.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public PhysicalAddressEntry this[
PhysicalAddressKey key
] { get; set; }
Public Default Property Item (
key As PhysicalAddressKey
) As PhysicalAddressEntry
Get
Set
public:
property PhysicalAddressEntry^ default[PhysicalAddressKey key] {
PhysicalAddressEntry^ get (PhysicalAddressKey key);
void set (PhysicalAddressKey key, PhysicalAddressEntry^ value);
}
member Item : PhysicalAddressEntry with get, set
- key PhysicalAddressKey
- The key of the physical address to get or set.
PhysicalAddressEntryThe physical address at the specified key.