DialogContextVisibleState.Conversation 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 Conversation related to the State.
public System.Collections.Generic.IDictionary<string,object> Conversation { get; set; }
member this.Conversation : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Conversation As IDictionary(Of String, Object)
Property Value
The conversation related to the State.