'Declaration Public Function New( _ ByVal name As String, _ ByVal value As ExpressionInfo _ )
public Property( string name, ExpressionInfo value )
Parameters
- name
- A System.String value indicating the name to use for the property.
- value
- An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to the value of the property.