GroupMemberCollection.Find(String) Method

Definition

Finds the member in the collection that has the specified key.

public:
 Microsoft::Exchange::WebServices::Data::GroupMember ^ Find(System::String ^ key);
public Microsoft.Exchange.WebServices.Data.GroupMember Find (string key);
Public Function Find (key As String) As GroupMember

Parameters

key
String

The key of the member to find.

Returns

The Find(String) method returns a GroupMember object that contains the member that has the specified key.

Remarks

Members that have not been saved do not have a key.

Applies to