Edit

Share via


CFPreferences.AppValueIsForced Method

Definition

Overloads

AppValueIsForced(String)

Returns true if the user cannot change the preference that is identified by key, for the current application. Otherwise false.

AppValueIsForced(String, NSString)

Returns true if the user cannot change the preference that is identified by key, for the application that is identified by applicationId. Otherwise false.

AppValueIsForced(String, String)

Returns true if the user cannot change the preference that is identified by key, for the application that is identified by applicationId. Otherwise false.

AppValueIsForced(String)

Returns true if the user cannot change the preference that is identified by key, for the current application. Otherwise false.

public static bool AppValueIsForced (string key);
static member AppValueIsForced : string -> bool

Parameters

key
String

Returns

Applies to

AppValueIsForced(String, NSString)

Returns true if the user cannot change the preference that is identified by key, for the application that is identified by applicationId. Otherwise false.

public static bool AppValueIsForced (string key, Foundation.NSString applicationId);
static member AppValueIsForced : string * Foundation.NSString -> bool

Parameters

key
String
applicationId
NSString

Returns

Applies to

AppValueIsForced(String, String)

Returns true if the user cannot change the preference that is identified by key, for the application that is identified by applicationId. Otherwise false.

public static bool AppValueIsForced (string key, string applicationId);
static member AppValueIsForced : string * string -> bool

Parameters

key
String
applicationId
String

Returns

Applies to