Contents

ABMultiValuePropertyType(_:)

Returns the type for the values in a multi-value list.

Declaration

func ABMultiValuePropertyType(_ multiValue: ABMultiValueRef!) -> ABPropertyType

Parameters

  • multiValue:

    The multi-value list whose property type you wish to obtain.

Return Value

The property typeof multiValue. If the list is emptyor its values are of different types, returns kABErrorInProperty.

See Also

Multi Values