IPreferences.ContainsKey(String, String) Method

Definition

Checks for the existence of a given key.

public bool ContainsKey (string key, string? sharedName = default);
abstract member ContainsKey : string * string -> bool
Public Function ContainsKey (key As String, Optional sharedName As String = Nothing) As Boolean

Parameters

key
String

The key to check.

sharedName
String

Shared container name.

Returns

true if the key exists in the preferences, otherwise false.

Applies to