System.Web.Security.Roles.MaxCachedResults Property

Gets the maximum number of role names to be cached for a user.

Syntax

public static int MaxCachedResults { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Roles.MaxCachedResults property is set using the maxCachedResults configuration attribute. The value of the maxCachedResults configuration attribute must be set to an integer value greater than zero.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0