ExpressionBuilderCollection.Item Property (String)

 

Gets the ExpressionBuilder object with the specified name.

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

member Item : 
        name:string -> ExpressionBuilder with get

Parameters

name
Type: System.String

The name of an ExpressionBuilder object in the ExpressionBuilderCollection collection.

Property Value

Type: System.Web.Configuration.ExpressionBuilder

The ExpressionBuilder or null if there is no object with that name in the collection.

.NET Framework
Available since 2.0
Return to top
Show: