DialogStateManager.SetValue(String, Object) Method

Definition

Set memory to value.

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

Parameters

path
String

Path to memory.

value
Object

Object to set.

Applies to