Returns the value of a given property for a record.
Original signature is '- (id) valueForProperty:(NSString *) property'
Available in Mac OS X v10.2 and later.


- property (NSString)
- The property whose value will be returned.

The value of the given property.

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