PersistedState.ConversationState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.