Bagikan melalui


RoleManagerSection.MaxCachedResults Properti

Definisi

Mendapatkan atau mengatur jumlah maksimum peran yang ASP.NET cache dalam cookie peran.

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

Nilai Properti

Nilai yang menunjukkan jumlah maksimum peran ASP.NET cache dalam cookie peran. Defaultnya adalah 25.

Atribut

Keterangan

Properti MaxCachedResults mengembalikan bilangan bulat yang menunjukkan jumlah maksimum peran yang ASP.NET cache dalam cookie peran. Defaultnya adalah 25.

Berlaku untuk

Lihat juga