TrustLevelCollection.Item Property (String)

 
Use BaseTrue

Gets the TrustLevel object at the specified index.

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

member Item : 
        key:string -> TrustLevel with get

Parameters

key
Type: System.String

The index of the TrustLevel.

Property Value

Type: System.Web.Configuration.TrustLevel

A TrustLevel that exists at the specified index of the TrustLevelCollection.

A TrustLevel object must exist at the specified index within the TrustLevelCollection object.

.NET Framework
Available since 2.0
Return to top
Show: