The DataField type exposes the following members.

Properties

  NameDescription
Public propertyDescription
A natural-language description of the field, intended for presentation in a user-agent.
Public propertyLabel
A human-readable name for the field.
Public propertyName
The name of the field.
Public propertyRequired
Determines whether the field is required to fill out, or optional.
Public propertyType
The type of the field or null if no type has been specified.
Public propertyValues
Returns a collection of the data-field's values.

See Also