PersistedState.UserState 属性

定义

获取或设置用户配置文件数据。

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)

属性值

用户配置文件数据。

适用于