PropertyBindingAttribute Constructor
In This Topic
Initializes a new instance of
PropertyBindingAttribute attribute.
Syntax
'Declaration
Public Function New( _
ByVal As BindingType, _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String _
)
public PropertyBindingAttribute(
BindingType ,
System.int ,
System.string ,
System.string ,
System.string
)
Parameters
- bindingType
- Type of binding
- order
- Order of the property
- min
- Minimum value of this property
- max
- Maximum value of this property
- defaultValue
- Default value of this property
See Also