Udostępnij za pośrednictwem


RoleManagerSection.MaxCachedResults Właściwość

Definicja

Pobiera lub ustawia maksymalną liczbę ról, które ASP.NET pamięci podręcznej w pliku cookie roli.

public:
 property int MaxCachedResults { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxCachedResults", DefaultValue=25)]
public int MaxCachedResults { get; set; }
[<System.Configuration.ConfigurationProperty("maxCachedResults", DefaultValue=25)>]
member this.MaxCachedResults : int with get, set
Public Property MaxCachedResults As Integer

Wartość właściwości

Int32

Wartość wskazująca maksymalną liczbę ról ASP.NET pamięci podręcznej w pliku cookie roli. Wartość domyślna to 25.

Atrybuty

Uwagi

Właściwość MaxCachedResults zwraca liczbę całkowitą wskazującą maksymalną liczbę ról, które ASP.NET buforowane w pliku cookie roli. Wartość domyślna to 25.

Dotyczy

Zobacz też