TrustLevelCollection.Add Method (TrustLevel)
.NET Framework (current version)
Adds a TrustLevel object to the collection.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: