[]
Initializes a new instance of the CustomPropertyDefinition class.
public CustomPropertyDefinition()
Initializes a new instance of the CustomPropertyDefinition class.
public CustomPropertyDefinition(string name, ExpressionInfo value)
Type | Name | Description |
---|---|---|
string | name | A string value indicating the name of the custom property. |
ExpressionInfo | value | An ExpressionInfo object representing the value or the expression and data type to assign to the custom property. |
Type | Condition |
---|---|
ArgumentNullException | Throws if |