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
Public Overridable Function DistributionIdentifierForPropertyPerson ( _
property As NSString, _
person As ABPerson _
) As NSString

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)