RoleManagerSection.MaxCachedResults Eigenschap

Definitie

Hiermee haalt u het maximum aantal rollen op dat ASP.NET caches in de rolcooky ophaalt of instelt.

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

Waarde van eigenschap

Een waarde die het maximum aantal rollen aangeeft ASP.NET caches in de rolcooky. De standaardwaarde is 25.

Kenmerken

Opmerkingen

De eigenschap MaxCachedResults retourneert een geheel getal dat het maximum aantal rollen aangeeft dat ASP.NET caches in de rolcooky. De standaardwaarde is 25.

Van toepassing op

Zie ook