SessionPageStateSection.HistorySize 属性

定义

获取或设置页历史记录的大小。Gets or sets the size of the page history.

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

属性值

Int32

页历史记录的大小。The size of the page history.

属性

适用于