RoleManagerSection.MaxCachedResults 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 ASP.NET 在角色 Cookie 中缓存的角色的最大数目。
public:
property int MaxCachedResults { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxCachedResults", DefaultValue=25)]
public int MaxCachedResults { get; set; }
[<System.Configuration.ConfigurationProperty("maxCachedResults", DefaultValue=25)>]
member this.MaxCachedResults : int with get, set
Public Property MaxCachedResults As Integer
属性值
一个用于指示 ASP.NET 在角色 Cookie 中缓存的角色的最大数目的值。 默认值为 25。
- 属性
注解
该MaxCachedResults属性返回一个整数,指示角色 Cookie 中 ASP.NET 缓存的最大角色数。 默认值为 25。