'Declaration Public Function New( _ ByVal propName As System.String, _ ByVal required As System.Boolean, _ ByVal defaultValue As System.String, _ ByVal stateBag As System.Web.UI.StateBag _ )
public MappingInfo( System.string propName, System.bool required, System.string defaultValue, System.Web.UI.StateBag stateBag )
Parameters
- propName
- Name of the prop.
- required
- if set to
true
[required]. - defaultValue
- The default value.
- stateBag
- The state bag.