ExpressionBuilderCollection.Item Property (Int32)

 

Gets or sets the ExpressionBuilder at the specified index in the ExpressionBuilderCollection collection.

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

Public Property Item (
	index As Integer
) As ExpressionBuilder

Parameters

index
Type: System.Int32

An integer value specifying an ExpressionBuilder object within the ExpressionBuilderCollection collection.

Property Value

Type: System.Web.Configuration.ExpressionBuilder

The ExpressionBuilder object at the specified index or null if there is no object at that index.

.NET Framework
Available since 2.0
Return to top
Show: