Returns the type for a given property.
Original signature is '+ (ABPropertyType)typeOfProperty:(NSString *)property'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public static ABPropertyType TypeOfProperty( NSString property )
Public Shared Function TypeOfProperty ( _ property As NSString _ ) As ABPropertyType
public: static ABPropertyType TypeOfProperty( NSString^ property )

- property (NSString)
- The property whose type will be returned.

The property type of property.

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