PhysicalAddressDictionaryItem - свойство |
Gets or sets the physical address at the specified key.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис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
- Тип: Tessa.Exchange.WebServices.DataPhysicalAddressKey
The key of the physical address to get or set.
Возвращаемое значение
Тип:
PhysicalAddressEntryThe physical address at the specified key.
См. также