Datasnap.DSAuth.TDSRoleItems.LastUpdated
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSAuth.pas Datasnap.DSAuth.hpp
| |
| Unit: Datasnap.DSAuth | |
| Parent: TDSRoleItems | |
Delphi
property LastUpdated: TDateTime read FLastUpdated;
C++
__property System::TDateTime LastUpdated = {read=FLastUpdated};
Description
Specifies the last date/time the collection was updated.
LastUpdated specifies the last date/time the collection was updated, or more specifically the last time MarkUpdated was invoked. This is used to prevent TRoleAuth instances generated from this collection from becoming outdated.