CFPreferences.AppValueIsForced Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AppValueIsForced(String) |
Returns |
AppValueIsForced(String, NSString) |
Returns |
AppValueIsForced(String, String) |
Returns |
AppValueIsForced(String)
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