ExpressionBuilderCollection.Item Property (String)
.NET Framework (current version)
Gets the ExpressionBuilder object with the specified name.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The name of an ExpressionBuilder object in the ExpressionBuilderCollection collection.
Property Value
Type: System.Web.Configuration.ExpressionBuilderThe ExpressionBuilder or null if there is no object with that name in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: