MonobjcMonobjc Documented Class Library
ObjectIsForcedForKey Method (key)
NamespacesMonobjc.FoundationNSUserDefaultsObjectIsForcedForKey(NSString)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ObjectIsForcedForKey(
	NSString key
)
Public Overridable Function ObjectIsForcedForKey ( _
	key As NSString _
) As Boolean
public:
virtual bool ObjectIsForcedForKey(
	NSString^ key
)
Parameters
key (NSString)
The key whose status you want to check.
Return Value
YES if the value of the specified key is managed by an administrator, otherwise NO.
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.Foundation (Module: Monobjc.Foundation)