IStorage.SetItem

IStorage.SetItem method

Sets the value of the pair identified by key to value, creating a new key/value pair if none existed for key previously.

public void SetItem(string key, string value)
ParameterTypeDescription
keyStringItem key string.
valueStringItem value string.

See Also