共用方式為


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

屬性值

頁面記錄的大小。

屬性

適用於