CNContactType Enum

Definition

Enumerates whether a contact represents an individual or an organization.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CNContactType
type CNContactType = 
Inheritance
CNContactType
Attributes

Fields

Organization 1

The CNContact is an organization.

Person 0

The CNContact is a person.

Applies to