ABPersonKind Enum
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.
Specifies whether a ABPerson represents a human being or an organization.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public enum ABPersonKind
type ABPersonKind =
- Inheritance
-
ABPersonKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | It's unknown whether the ABPerson is a person or an organization. |
Organization | 1 | The ABPerson is an organization. |
Person | 2 | The ABPerson is a person. |