Contents

type(ofProperty:)

Returns the type for a given property.

Declaration

class func type(ofProperty property: String!) -> ABPropertyType

Parameters

  • property:

    The property whose type will be returned.

Return Value

The property type of property.

Discussion

If the property does not exist, this method returns kABErrorInProperty.

See Also

Managing properties