TrustLevelCollection.RemoveAt Method (Int32)

 

Removes a TrustLevel object at the specified index location from the TrustLevelCollection object.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

member RemoveAt : 
        index:int -> unit

Parameters

index
Type: System.Int32

The index location of the TrustLevel to remove from the TrustLevelCollection.

.NET Framework
Available since 2.0
Return to top
Show: