TrustLevelCollection.Item Property (Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets the TrustLevel item at the specified index within the TrustLevelCollection object.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System.Int32
The numeric index of the TrustLevel.
If a TrustLevel object exists at the specified index, the TrustLevel object is removed and a new one is added. If no TrustLevel object exists at the index, a new one is added.
.NET Framework
Available since 2.0
Available since 2.0
Show: