UserExtensionStorageHelper.Save<T>(String, T) 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.
Saves a single item by its key.
public void Save<T>(string key, T value);
abstract member Save : string * 'T -> unit
override this.Save : string * 'T -> unit
Public Sub Save(Of T) (key As String, value As T)
Type Parameters
- T
Parameters
- key
- String
Key of the value saved.
- value
- T
Object to save.