BotState.CachedBotState.State Property

Definition

Gets or sets the state as a dictionary of key value pairs.

public System.Collections.Generic.IDictionary<string,object> State { get; set; }
member this.State : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property State As IDictionary(Of String, Object)

Property Value

The state as a dictionary of key value pairs.

Applies to