IAuthoritativeDataInformation.LastRefreshed Property
Retrieves the timestamp of the last time the external item was read from the external system.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property LastRefreshed As DateTime
Get
'Usage
Dim instance As IAuthoritativeDataInformation
Dim value As DateTime
value = instance.LastRefreshed
DateTime LastRefreshed { get; }
Property Value
Type: System.DateTime
The timestamp of the last time the external item was read from the external system.
See Also
Reference
IAuthoritativeDataInformation Interface