MonobjcMonobjc Documented Class Library
AddProperty Method (property)
NamespacesMonobjc.AddressBookABPeoplePickerViewAddProperty(NSString)

Adds a property to the group of properties whose values are shown in the record list.

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

Available in Mac OS X v10.3 and later.

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