PersistedState.UserState Property

Definition

Gets or sets the user profile data.

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

Property Value

The user profile data.

Applies to