Share via


IMemory.SetValue(String, Object) Method

Definition

Set value to a given path.

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

Parameters

path
String

memory path.

value
Object

Value to set.

Applies to