ABGroup.GetMembers(ABPersonSortBy) 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.
Returns the group members sorted by the specified
sortOrdering
.
public AddressBook.ABRecord[] GetMembers (AddressBook.ABPersonSortBy sortOrdering);
member this.GetMembers : AddressBook.ABPersonSortBy -> AddressBook.ABRecord[]
Parameters
- sortOrdering
- ABPersonSortBy
A ABPersonSortBy which specifies the odering of members in the returned array.
Returns
ABRecord[]
A ABRecord array
containing the members of the group sorted by the
specified sortOrdering
.