MonobjcMonobjc Documented Class Library
RemoveValueForProperty Method (property)
NamespacesMonobjc.AddressBookABRecordRemoveValueForProperty(NSString)

Removes the value for a given property.

Original signature is '- (BOOL) removeValueForProperty:(NSString *) property'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool RemoveValueForProperty(
	NSString property
)
Public Overridable Function RemoveValueForProperty ( _
	property As NSString _
) As Boolean
public:
virtual bool RemoveValueForProperty(
	NSString^ property
)
Parameters
property (NSString)
The property whose value will be removed.
Return Value
YES if the value is removed successfully; otherwise, NO.
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)