ABPerson.PersonKind Property

Definition

Gets or sets the ABPerson's ABPersonKind.

public AddressBook.ABPersonKind PersonKind { get; set; }
member this.PersonKind : AddressBook.ABPersonKind with get, set

Property Value

A ABPersonKind containing the ABPerson's kind.

Remarks

The ABPersonKind controls whether the instance is a person or an organization.

Applies to