CustomPropertyDefinition Constructor
In This Topic
Initializes a new instance of the
CustomPropertyDefinition class.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo _
)
public CustomPropertyDefinition(
string ,
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
)
Parameters
- name
- A string containing the name of the custom property.
- value
- An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object containing the value or the expression and data type to assign to the custom property.
See Also