Sets the image’s property to value.
Original signature is '- (void)setProperty:(NSString *)property withValue:(id)value'
Available in Mac OS X v10.0 and later.

Declaration Syntax
public virtual void SetPropertyWithValue(
NSString property,
Id value
)
Public Overridable Sub SetPropertyWithValue ( _
property As NSString, _
value As Id _
)
public:
virtual void SetPropertyWithValue(
NSString^ property,
Id^ value
)

Parameters
- property (NSString)
- A string constant used as a key for an image property. These properties are described in “Constants.”
- value (Id)
- A value specific to property. If value is nil, the value of the property is cleared.

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.AppKit (Module: Monobjc.AppKit)