System.Web.Configuration.AuthorizationRuleCollection.Set Method

Adds the specified System.Web.Configuration.AuthorizationRule object to the collection at the specified index.

Syntax

public void Set (int index, AuthorizationRule rule)

Parameters

index
The index location at which to add the specified System.Web.Configuration.AuthorizationRuleCollection object.
rule
The System.Web.Configuration.AuthorizationRule object to be added.

Remarks

Documentation for this section has not yet been entered.

Requirements

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