ImAddressDictionaryItem - свойство |
Gets or sets the Instant Messaging address at the specified key.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public string this[
ImAddressKey key
] { get; set; }
Public Default Property Item (
key As ImAddressKey
) As String
Get
Set
public:
property String^ default[ImAddressKey key] {
String^ get (ImAddressKey key);
void set (ImAddressKey key, String^ value);
}
member Item : string with get, set
Параметры
- key
- Тип: Tessa.Exchange.WebServices.DataImAddressKey
The key of the Instant Messaging address to get or set.
Возвращаемое значение
Тип:
StringThe Instant Messaging address at the specified key.
См. также