ABPerson.GetProperty(ABPersonProperty) 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 specified property.
public object GetProperty (AddressBook.ABPersonProperty property);
member this.GetProperty : AddressBook.ABPersonProperty -> obj
Parameters
- property
- ABPersonProperty
A ABPersonProperty specifying which property to return.
Returns
A T:System.Object containing the value of the specified property.