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