System.Web.Configuration.TrustLevelCollection.Set Method

Adds the specified System.Web.Configuration.TrustLevel object to the System.Web.Configuration.TrustLevelCollection object at the specified index.

Syntax

public void Set (int index, TrustLevel trustLevel)

Parameters

index
The index location of the System.Web.Configuration.TrustLevel to be set within the System.Web.Configuration.TrustLevelCollection.
trustLevel
The System.Web.Configuration.TrustLevel to be set within the System.Web.Configuration.TrustLevelCollection.

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