Adds the given properties to all records of this type in the Address Book database.
Original signature is '+ (NSInteger)addPropertiesAndTypes:(NSDictionary *)properties'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public static NSInteger AddPropertiesAndTypes( NSDictionary properties )
Public Shared Function AddPropertiesAndTypes ( _ properties As NSDictionary _ ) As NSInteger
public: static NSInteger AddPropertiesAndTypes( NSDictionary^ properties )

- properties (NSDictionary)
- A dictionary of properties to be added and their types.

The number of properties successfully added.

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