ABPropertyType Enum

Definition

Record property types.

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

Fields

DateTime 4

The property holds a NSDate value.

Dictionary 5

The property holds a NSDictionary value.

Integer 2

The property holds a NSNumber value.

Invalid 0

Invalid property type.

MultiDateTime 260

The property holds a AddressBook.ABMultiValue{Foundation.NSDate} value.

MultiDictionary 261

The property holds a AddressBook.ABMultiValue{Foundation.NSDictionary} value.

MultiInteger 258

The property holds a T:AddressBook.ABMultiValue{Foundation.NSNumber} value.

MultiReal 259

The property holds a T:AddressBook.ABMultiValue{Foundation.NSNumber} value.

MultiString 257

The property holds a ABMultiValue<T> value.

Real 3

The property holds a NSNumber value.

String 1

The property holds a T:System.String value.

Applies to

See also