Method HasKey HasKey(String) Checks if a corresponding key exists in your remote settings. Declaration public bool HasKey(string key) Parameters Type Name Description String key The key to search for. Returns Type Description Boolean true, if the key exists, or false if it doesn't.