MobileControlsSection.SessionStateHistorySize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la taille de l'historique à utiliser pour conserver l'état d'affichage des applications dans la session serveur. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
public:
property int SessionStateHistorySize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("sessionStateHistorySize", DefaultValue=6)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int SessionStateHistorySize { get; set; }
[<System.Configuration.ConfigurationProperty("sessionStateHistorySize", DefaultValue=6)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.SessionStateHistorySize : int with get, set
Public Property SessionStateHistorySize As Integer
Valeur de propriété
Taille de la pile de l'historique. La valeur par défaut est 5.
- Attributs