GroupMemberCollectionFind - метод |
Finds the member with the specified key in the collection.
Members that have not yet been saved do not have a key.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public GroupMember Find(
string key
)
Public Function Find (
key As String
) As GroupMember
public:
GroupMember^ Find(
String^ key
)
member Find :
key : string -> GroupMember
Параметры
- key
- Тип: SystemString
The key of the member to find.
Возвращаемое значение
Тип:
GroupMemberThe member with the specified key.
См. также