AddressBook.ABGroup Members

The members of AddressBook.ABGroup are listed below.

See Also: Inherited members from AddressBook.ABRecord

Public Constructors

Constructs and initializes a AddressBook.ABGroup instance.
Documentation for this section has not yet been entered.

Public Properties

Namestring. The name of the group.
[read-only]
SourceABRecord. Documentation for this section has not yet been entered.

Public Methods

Add(ABRecord)
Adds a AddressBook.ABRecord to the group.
GetEnumerator() : IEnumerator<ABRecord>
Returns an enumerator that iterates through all members in the group.
GetMembers(ABPersonSortBy) : ABRecord[]
Returns the group members sorted by the specified sortOrdering.
Remove(ABRecord)
Removes member from the group.

Explicitly Implemented Interface Members

IEnumerable.GetEnumerator Returns an enumerator that iterates through all members in the group.