Value
Description
Returns the String that contains information about one modification to a record, as displayed on one line of a history field.
This a read-only property; it can be viewed but not set.
Syntax
VBScript
history.Value
Perl
$history->GetValue();
- Identifier
- Description
- History
- A History object, representing one modification to a record.
- Return value
- A String containing the history information. The String consists of several fields separated from each other by whitespace. These fields consist of a timestamp, the user's name, the action name, the old state, and the new state.