AssemblyCollection.Item Property (Int32)

 

Gets or sets the AssemblyInfo at the specified index in the AssemblyCollection.

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

Public Property Item (
	index As Integer
) As AssemblyInfo

Parameters

index
Type: System.Int32

An integer value specifying a specific AssemblyInfo object within the AssemblyCollection collection.

.NET Framework
Available since 2.0
Return to top
Show: