ABPersonCompositeNameFormat Enum

Definition

The format to use for a person's composite name.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public enum ABPersonCompositeNameFormat
type ABPersonCompositeNameFormat = 
Inheritance
ABPersonCompositeNameFormat
Attributes

Fields

FirstNameFirst 0

First name first.

LastNameFirst 1

Last name first.

Remarks

The composite name controls the output of ToString().

Applies to

See also