TrustLevelCollection.Add Method (TrustLevel)

 

Adds a TrustLevel object to the collection.

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

member Add : 
        trustLevel:TrustLevel -> unit

Parameters

trustLevel
Type: System.Web.Configuration.TrustLevel

The TrustLevel to add to the collection.

The following code example demonstrates how to use the Add method. This code example is part of a larger example provided for the TrustLevelCollection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: