Returns the index for the given identifier.
Original signature is '- (NSUInteger)indexForIdentifier:(NSString *)identifier'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public virtual NSUInteger IndexForIdentifier( NSString identifier )
Public Overridable Function IndexForIdentifier ( _ identifier As NSString _ ) As NSUInteger
public: virtual NSUInteger IndexForIdentifier( NSString^ identifier )

- identifier (NSString)
- The identifier whose index will be returned.

[Missing <returns> documentation for "M:Monobjc.AddressBook.ABMultiValue.IndexForIdentifier(Monobjc.Foundation.NSString)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)