Method SetValue NamespaceSisk.Core.Entity AssemblySisk.Core.dll SetValue(string, object?) Sets the value associated with the specified key. public void SetValue(string key, object? value) Parameters key string The key of the value to set. value object The value to set.