ABAddressBook.GetGroup(Int32) Method

Definition

Returns the ABGroup with the given record ID.

public AddressBook.ABGroup GetGroup (int recordId);
member this.GetGroup : int -> AddressBook.ABGroup

Parameters

recordId
Int32

A T:System.Int32 containing the record ID.

Returns

A ABGroup where Id is equal to recordId, or null if there is no such group.

Applies to