ExpressionBinding Constructor (String, Type, String, String)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ExpressionBinding class.

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

Public Sub New (
	propertyName As String,
	propertyType As Type,
	expressionPrefix As String,
	expression As String
)

Parameters

propertyName
Type: System.String

A string indicating the name of the property of the object to which the expression parameter is applied.

propertyType
Type: System.Type

A Type indicating the type of the property of the object to which the expression parameter is applied.

expressionPrefix
Type: System.String

A string representing the expression's prefix value.

expression
Type: System.String

A string representing the value of the expression in its declarative syntax.

.NET Framework
Available since 2.0
Return to top
Show: