AssemblyCollection.Item Property (String)

 

Gets the item identified by the specified assembly name.

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

Public ReadOnly Property Item (
	assemblyName As String
) As AssemblyInfo

Parameters

assemblyName
Type: System.String

The name identifying the assembly to retrieve.

Property Value

Type: System.Web.Configuration.AssemblyInfo

The item identified by the specified assembly name.

.NET Framework
Available since 2.0
Return to top
Show: