다음을 통해 공유


SessionPageStateSection.HistorySize 속성

정의

페이지 기록의 크기를 가져오거나 설정합니다.

public:
 property int HistorySize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("historySize", DefaultValue=9)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int HistorySize { get; set; }
[<System.Configuration.ConfigurationProperty("historySize", DefaultValue=9)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.HistorySize : int with get, set
Public Property HistorySize As Integer

속성 값

Int32

페이지 기록의 크기입니다.

특성

적용 대상