GroupMemberCollection.Find(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.