다음을 통해 공유


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

속성 값

역할 쿠키의 캐시에 ASP.NET 역할의 최대 수를 나타내는 값입니다. 기본값은 25입니다.

특성

설명

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

적용 대상

추가 정보