DialogInstance.State Property

Definition

Gets or sets the instance's persisted state.

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 instance's persisted state.

Applies to