Returns the specified property of the receiver’s resource. (Deprecated in Mac OS X v10.4.)
Original signature is '- (id)propertyForKey:(NSString *)propertyKey'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Deprecated in Mac OS X v10.4.")] public virtual Id PropertyForKey( NSString propertyKey )
<ObsoleteAttribute("Deprecated in Mac OS X v10.4.")> _ Public Overridable Function PropertyForKey ( _ propertyKey As NSString _ ) As Id
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4.")] public: virtual Id^ PropertyForKey( NSString^ propertyKey )

- propertyKey (NSString)
- The key of the desired property.

The value of the property of the receiver's resource for the provided key. Returns nil if there is no such key.

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