MonobjcMonobjc Documented Class Library
ABPropertyType Enumeration
NamespacesMonobjc.AddressBookABPropertyType

The possible ABPropertyType types for ABRecord properties:

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum ABPropertyType
Public Enumeration ABPropertyType
public enum class ABPropertyType
Members
MemberDescription
kABErrorInProperty

An invalid property was used.

Available in Mac OS X v10.2 and later.


kABStringProperty

This property is an NSString object.

Available in Mac OS X v10.2 and later.


kABIntegerProperty

This property is an NSNumber object representing an integer.

Available in Mac OS X v10.2 and later.


kABRealProperty

This property is an NSNumber object representing a real number.

Available in Mac OS X v10.2 and later.


kABDateProperty

This property is an NSDate object.

Available in Mac OS X v10.2 and later.


kABArrayProperty

This property is an NSArray object.

Available in Mac OS X v10.2 and later.


kABDictionaryProperty

This property is an NSDictionary object.

Available in Mac OS X v10.2 and later.


kABDataProperty

This property is an NSData object.

Available in Mac OS X v10.2 and later.


kABMultiStringProperty

This property is an ABMultiValue object containing NSString objects.

Available in Mac OS X v10.2 and later.


kABMultiIntegerProperty

This property is an ABMultiValue object containing NSNumber objects representing integers.

Available in Mac OS X v10.2 and later.


kABMultiRealProperty

This property is an ABMultiValue object containing NSNumber objects representing real numbers.

Available in Mac OS X v10.2 and later.


kABMultiDateProperty

This property is an ABMultiValue object containing NSDate objects.

Available in Mac OS X v10.2 and later.


kABMultiArrayProperty

This property is an ABMultiValue object containing NSArray objects.

Available in Mac OS X v10.2 and later.


kABMultiDictionaryProperty

This property is an ABMultiValue object containing NSDictionary objects.

Available in Mac OS X v10.2 and later.


kABMultiDataProperty

This property is an ABMultiValue object containing NSData objects.

Available in Mac OS X v10.2 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AddressBook (Module: Monobjc.AddressBook)