MonobjcMonobjc Documented Class Library
RemoveProperties Method (properties)
NamespacesMonobjc.AddressBookABPersonRemoveProperties(NSArray)

Removes the given properties from all the records of this type in the Address Book database.

Original signature is '+ (NSInteger)removeProperties:(NSArray *)properties'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSInteger RemoveProperties(
	NSArray properties
)
Public Shared Function RemoveProperties ( _
	properties As NSArray _
) As NSInteger
public:
static NSInteger RemoveProperties(
	NSArray^ properties
)
Parameters
properties (NSArray)
An array of properties to remove.
Return Value
The number of properties successfully removed, or -1 if an error occurs.
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)