Specifies whether the value of the property for a given key is archived.
Original signature is '- (BOOL)shouldArchiveValueForKey:(NSString *)key'
Available in Mac OS X v10.6 and later.


- key (NSString)
- The name of one of the receiver’s properties.

YES if the specified property should be archived, otherwise NO.

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