TrustLevelCollection.Get Method (Int32)

 

Gets the TrustLevel object at the specified index.

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

member Get : 
        index:int -> TrustLevel

Parameters

index
Type: System.Int32

The index of the TrustLevelCollection.

Return Value

Type: System.Web.Configuration.TrustLevel

The TrustLevel at the specified index.

The following code example demonstrates how to use the Get 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: