BuildProviderCollection.Item Property (String)

 

Gets the BuildProvider collection element based on the specified name.

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

Public ReadOnly Property Item (
	name As String
) As BuildProvider

Parameters

name
Type: System.String

The name of the BuildProvider object to return from the collection.

.NET Framework
Available since 2.0
Return to top
Show: