PropertyInterceptionContext<TValue>.UserState 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Not safe when multiple interceptors are in use. Use SetUserState and FindUserState instead.
获取或设置一个值,该值包含与操作关联的任意用户指定状态信息。
[System.Obsolete("Not safe when multiple interceptors are in use. Use SetUserState and FindUserState instead.")]
public object UserState { get; set; }
member this.UserState : obj with get, set
Public Property UserState As Object
属性值
- 属性