TrustLevelCollection.Remove Method (TrustLevel)

 

Removes a TrustLevel object from the TrustLevelCollection object.

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

Public Sub Remove (
	trustLevel As TrustLevel
)

Parameters

trustLevel
Type: System.Web.Configuration.TrustLevel

The TrustLevel to remove from the TrustLevelCollection.

If the TrustLevel object does not exist in the local node collection, no error is raised.

.NET Framework
Available since 2.0
Return to top
Show: