Value property
Examples | Applies to |
---|---|
Working with line item tables, bank account tables, and tax tables |
Identifier object InvoiceField object UserDefinedVariable object TransactionField object |
This property returns the output of the object.
A field consists of two parts, a title and a value. The value is, for example, the date in a date field or the amount in an amount field.
Syntax
object. Value [= value]
Part |
Description |
---|---|
object |
An expression that evaluates to an object in the above objects list. |
value |
A string value. |
Related topic