NSUbiquitousKeyValueStore.SetBool(String, Boolean) Method

Definition

Sets a boolean value for the specified key in the ubiquitous key-value store.

public void SetBool(string key, bool value);
member this.SetBool : string * bool -> unit

Parameters

key
String

The key to associate the value with.

value
Boolean

The boolean value to store.

Applies to