The WebMappingInfo type exposes the following members.

Properties

  Name Description
Public property DataType
Gets the String value determining the name of the data field or property to be bound to this object. (readonly)
Public property IsMapped
Gets the Boolean value indicating if this objects is mapped to the data field or property. (readonly)
Public property MappingName
Name of data field or property to be bound to this object.
Public property PropertyName
Name of the property which should be mapped. (readonly)
Public property Required
Gets the Boolean value indicating if mapping for this property is required or optional.(readonly)

See Also