MonobjcMonobjc Documented Class Library
SetPrimaryIdentifier Method (identifier)
NamespacesMonobjc.AddressBookABMutableMultiValueSetPrimaryIdentifier(NSString)

Sets the primary value to be the value for the given identifier.

Original signature is '- (BOOL)setPrimaryIdentifier:(NSString *)identifier'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool SetPrimaryIdentifier(
	NSString identifier
)
Public Overridable Function SetPrimaryIdentifier ( _
	identifier As NSString _
) As Boolean
public:
virtual bool SetPrimaryIdentifier(
	NSString^ identifier
)
Parameters
identifier (NSString)
The identifier whose value will be used as the primary value for a multivalue property.
Return Value
YES if successful; 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)