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.6.0.22
public GroupMember Find(
string key
)
Public Function Find (
key As String
) As GroupMember
public:
GroupMember^ Find(
String^ key
)
member Find :
key : string -> GroupMember
- key String
- The key of the member to find.
GroupMemberThe member with the specified key.