ABPerson.GetRelatedNames 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.
Gets the ABPerson's related names.
public AddressBook.ABMultiValue<string> GetRelatedNames ();
member this.GetRelatedNames : unit -> AddressBook.ABMultiValue<string>
Returns
A ABMultiValue<T> containing the ABPerson's related names.
Applies to
See also
- <xref:AddressBook.ABPerson.SetRelatedNames(AddressBook.ABMultiValue%601)>