Returns a Boolean value indicating whether the specified key is managed by an administrator.
Original signature is '- (BOOL)objectIsForcedForKey:(NSString *)key'
Available in Mac OS X v10.2 and later.


- key (NSString)
- The key whose status you want to check.

YES if the value of the specified key is managed by an administrator, otherwise NO.

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