Share via


SessionPageStateSection.HistorySize Propriété

Définition

Obtient ou définit la taille de l'historique de la page.

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

Valeur de propriété

Taille de l'historique de la page.

Attributs

S’applique à