Provides the value of a receiver’s property.
Original signature is '- (id)objectForProperty:(NSString *)speechProperty error:(NSError **)out_error'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
Public Overridable Function ObjectForPropertyError ( _ speechProperty As NSString, _ <OutAttribute> ByRef out_error As NSError _ ) As Id
public: virtual Id^ ObjectForPropertyError( NSString^ speechProperty, [OutAttribute] NSError^% out_error )

The value of speechProperty.

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