FolderLevelBuildProviderCollection.Item Property (Int32)

.NET Framework (current version)
 

Gets a FolderLevelBuildProvider object at the specified index in the FolderLevelBuildProviderCollection object.

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

public FolderLevelBuildProvider this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32

The index of the FolderLevelBuildProvider object to get.

Property Value

Type: System.Web.Configuration.FolderLevelBuildProvider

The folder-level build provider object that is located at the specified index.

.NET Framework
Available since 4.0
Return to top
Show: