다음을 통해 공유


RoleManagerSection.MaxCachedResults 속성

정의

ASP.NET에서 역할 쿠키에 캐시하는 최대 역할 수를 가져오거나 설정합니다.

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

속성 값

Int32

ASP.NET에서 역할 쿠키에 캐시하는 최대 역할 수입니다. 기본값은 25입니다.

특성

설명

MaxCachedResults 속성 ASP.NET에서 역할 쿠키에 캐시 하는 역할의 최대 수를 나타내는 정수를 반환 합니다. 기본값은 25입니다.

적용 대상

추가 정보