Share via


SessionPageStateSection.HistorySize Propiedad

Definición

Obtiene o establece el tamaño del historial de la página.

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

Valor de propiedad

Int32

Tamaño del historial de la página.

Atributos

Se aplica a