GroupMemberCollectionFind - метод

Finds the member with the specified key in the collection. Members that have not yet been saved do not have a key.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public GroupMember Find(
	string key
)

Параметры

key  String
The key of the member to find.

Возвращаемое значение

GroupMember
The member with the specified key.

См. также