MonobjcMonobjc Documented Class Library
RemoveProperty Method (property)
NamespacesMonobjc.AddressBookABPeoplePickerViewRemoveProperty(NSString)

Removes a property from the group of properties whose values are shown in the record list.

Original signature is '- (void)removeProperty:(NSString *)property'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveProperty(
	NSString property
)
Public Overridable Sub RemoveProperty ( _
	property As NSString _
)
public:
virtual void RemoveProperty(
	NSString^ property
)
Parameters
property (NSString)
The property to remove.
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)