Share via


SimpleObjectMemory.SetValue(String, Object) Method

Definition

Set value to a given path.

public void SetValue (string path, object value);
abstract member SetValue : string * obj -> unit
override this.SetValue : string * obj -> unit
Public Sub SetValue (path As String, value As Object)

Parameters

path
String

Memory path.

value
Object

Value to set.

Implements

Applies to