FolderLevelBuildProviderCollection.Item Property (String)

.NET Framework (current version)
 

Gets the FolderLevelBuildProvider object that has the specified name.

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

public BuildProvider this[
	string name
] { get; }

Parameters

name
Type: System.String

The name of the FolderLevelBuildProvider to get.

Property Value

Type: System.Web.Configuration.BuildProvider

The folder-level build provider object that has the specified name.

.NET Framework
Available since 4.0
Return to top
Show: