다음을 통해 공유


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)

속성 값

사용자 프로필 데이터입니다.

적용 대상