FullTrustAssemblyCollection.Item Property (Int32)

.NET Framework (current version)
 

Gets the FullTrustAssembly object from the collection at the specified index.

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

Public Property Item (
	index As Integer
) As FullTrustAssembly

Parameters

index
Type: System.Int32

The collection element index.

Property Value

Type: System.Web.Configuration.FullTrustAssembly

The element at the specified index.

.NET Framework
Available since 4.0
Return to top
Show: