Share via


IKeyValueStorage.SetValue<T>(String, T) Method

Definition

Sets value to the storage.

public:
generic <typename T>
 void SetValue(System::String ^ key, T value);
public void SetValue<T> (string key, T value);
abstract member SetValue : string * 'T -> unit
Public Sub SetValue(Of T) (key As String, value As T)

Type Parameters

T

Parameters

key
String
value
T

Applies to