Histories

Description

Returns this history field's collection of History objects. This a read-only property; the value can be viewed but not set.

Syntaxe

VBScript

historyField.Histories 

Perl

$historyField->GetHistories(); 
Identificateur
Description
historyField
A HistoryField object, representing one history field of a record.
Valeur de retour
A Histories collection object, which itself contains a set of History Object objects.

Feedback