ExpressionBuilderCollection.Item Property (String)

 

Gets the ExpressionBuilder object with the specified name.

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

public ExpressionBuilder this[
	string name
] { 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: