Click or drag to resize
PersistentStorageHelper Methods

The PersistentStorageHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetValue
Gets the value of persistent item identified by key.
Public methodStatic memberRemoveValue
Removes a persistent item identified by key from storage.
Public methodStatic memberSetValue
Sets a persistent item identified by key. Setting a null value has the same effect as a call to RemoveValue(String). Does nothing when key is null.
Top
See Also