PersistedState.ConversationState Property

Definition

Gets or sets the dialog state data.

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

Property Value

The dialog state data.

Applies to