MonobjcMonobjc Documented Class Library
DistributionIdentifierForPropertyPerson Method (property, person)
NamespacesMonobjc.AddressBookABGroupDistributionIdentifierForPropertyPerson(NSString, ABPerson)

Returns the distribution identifier for the given property and person.

Original signature is '- (NSString *)distributionIdentifierForProperty:(NSString *)property person:(ABPerson *)person'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString DistributionIdentifierForPropertyPerson(
	NSString property,
	ABPerson person
)
Public Overridable Function DistributionIdentifierForPropertyPerson ( _
	property As NSString, _
	person As ABPerson _
) As NSString
public:
virtual NSString^ DistributionIdentifierForPropertyPerson(
	NSString^ property, 
	ABPerson^ person
)
Parameters
property (NSString)
The property whose distribution identifier will be returned.
person (ABPerson)
The person whose distribution identifier will be returned.
Return Value
The distribution identifier for the given property and person.
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)