The FieldValue type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| FieldValue | Initializes a new instance of the FieldValue class |
Properties
| Name | Description | |
|---|---|---|
| IsNumeric | Is set to true if the value is a numeric.
This parameter is optional. Default is false. | |
| Number | Numeric value of the field.
This parameter is displayed if qIsNumeric is set to true.
This parameter is optional. | |
| Text | Text related to the field value
This parameter is optional. |
See Also