Field Members
Field exposes members as described herein.
Field exposes the following members.
| Field Name | Description |
|---|---|
| DefaultValue | Gets the default value of the Field object. |
| DisplayText | Gets the human-readable representation of this Field object. |
| FieldType | Gets or sets the type for the Field object. |
| FieldValue | Gets or sets the value of the Field object. |
| Form | Gets the Form object that the field is assigned to. |
| IsModified | Gets or sets whether the value of this Field object has been changed. |
| IsReadOnly | Gets or sets a value specifying whether a Field object is read-only. |
| Name | Gets the name of the Field object. |
| SerializedValue | Gets or sets the serialized value of the Field object. |